What triggers are activated when master detailed relationship established?

Questions by suhasshah2007

Showing Answers 1 - 15 of 15 Answers

The triggers created when u establish a relation between two blocks r
on-clear-details(form level)
on-populate-details(master block level)
on-check-delete-master(master block level)
on-clear-details will be fired whenever u r clearing the master records.
on-populate-details will fire when ever ur executing the query for the master records.
on-check-delete-master fires whenever u r deleting the master records

kmtailor

  • Jan 26th, 2008
 

1) master delete property * NON-ISOLATED (default)a) on check delete masterb) on clear detailsc) on populate details * ISOLATEDa) on clear detailsb) on populate details * CASCADEa) per-deleteb) on clear detailsc) on populate details

1) Which trigger are created when master -detail rela?1) master delete property *  NON-ISOLATED (default) a) on check delete masterb) on clear detailsc) on populate details  *  ISOLATED a) on clear detailsb) on populate details *  CASCADE a) per-deleteb) on clear details

c) on populate details

Nirav shah

  Was this answer useful?  Yes

saleem

  • Nov 21st, 2011
 

1) On-Check-Delete-Master
Fires when Oracle Forms attempts to delete a record in a block that is Master block in a master-detail relation

2)On-Clear-Details
Fires when Oracle Forms needs to clear records in a block that is a Detail block in a master-detail relation.

3)On-Populate-Details
Fires when Oracle Forms need to fetch records into a block that is the Detail block in a master-detail relation,so that detail records are synchronised with the current record in the master block

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions