What are Mandatory triggers to write in the block, which is
created on view?
Answers were Sorted based on User's Feedback
Answer / saravanan
If any block is created from a view all the transactional
triggers are mandatory.
On-Insert
On-Delete
On-Update
Freiends pease don't post any wrong answers.
Thanks.
Is This Answer Correct ? | 17 Yes | 0 No |
Answer / mohit
On-Insert
On-Lock
On-Update
On-Delete
On-Lock Trigger should be used so that oracle form can make
Row-level in the DB for the current record.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / shrikant tyagi
not nessary any mandatory triggr this work as table
Is This Answer Correct ? | 0 Yes | 2 No |
Need Training & Internship with guaranteed Job in ERP - Oracle Apps Tech?
What is multoorg and what is it's level or structure
What is the concept of soa governance?
what are the different transaction clauses in AR?
Can you differentiate between mediator and osb?
what are the difference between 11.5.7 and 11.5.9 in oracle apps
We have to show a logo/image in a report? what are the steps and which format it is?whether in pdf format is applicable or not?
The report output is 10 pages then how many times between pages report trigger will fire?
Plz anybody send me Technical specification for AP Interface
PL/SQL stored procedure parameters?
Assume i have three Procedures defined in a Package Spec. I have created the Package Specification. now i create the Package Body by including the three procedures in addition to that i include a fourth procedure which is not included in my Package Spec. I compile the Package Body. Will the Package body Compile ? What will the end result ? what will happen if the execute the package by calling the 4th procedure ?
what is the difference between varchar and varchar(2)?