Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle report 12c 12.2.1.0.4

Sarah QAMay 17 2020

Dear all,

I want to create table something like the following

create table uni_project(

project_date date,

project_name varchar2(20),

project_notes varchar2(20),

project_credit number(10),

project_debit number(10),

project_balance number(10),

project_total number(10),

project_created_by varchar2(10));

Q.1. How to use Date in web_show_doc() to display record by date?

Q2. what will be the code for Project_created_by col in oracle form?

Q.3 what will be the formula for Credit col to be added to balance col and if its debit should be minus from balance col and total would be correct after using formula.

Please help me out. thanks a lot

Sarah

Comments

Post Details

Added on May 17 2020
0 comments
257 views