can anyone please tell me how to display current date on forms block.
I have almost completed my forms design.
However, I need to have the current display on the forms main menu screen.
any ideas will be greatly appreciated.
christi
I am writing a cursor in forms.
I test it and it appears to be working but after a while, I receive an oracle exception:
ora-06502 - value error.
how can I resolve, please?
I created a stored procedure called gt_names for my forms.
the stored procedure has 3 in parameters and
4 out parameters.
example create or replace gt_names(p_code1 in t.code1%type,
p_code2 in b.id1%type,
p_code3 in...
I know this question is dumb but please forgive me. Like I said in an earlier thread, I am a newbie on forms, reports.
My question when do I use before insert, update, delete and after insert, update, delete?
I have some fields that need to perform certain actions after insert/update/delete but...
can someone please take a look at this trigger and explain to me why it is not working.
What I am trying to do is make sure that cursor is moved to a specific field before an update is done on that table.
the algorithm is like this:
pre-update trigger
before update on tableName
next_item =...
can someone please take a look at this trigger and explain to me why it is not working.
What I am trying to do is make sure that cursor is moved to a specific field before an update is done on that table.
the algorithm is like this:
pre-update trigger
before update on tableName
next_item =...
I created a form but found out that the first record was omitted.
I opened up the layout editor and added this column name.
Now after executing the form, I could not fetch the next record.
Any attemp to do so would raise error: FRM-40507: ORACLE error: unable to fetch next query record.
Is...
can someone please tell me how to use trigger to call stored procedure in Oracle reports.
for instance, i have a stored proc called get_emp_no.
How can I write a trigger in Oracle Reports to call this procedure?
thank you very much
C.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.