Can someone tell me the "correct" way to coordinate master/detail records on data blocks on two tab pages. For example, employee block on tab page 1, employee addresses block on tab page 2. I add a new employee and save/commit, my table trigger populates the emp_id using a sequence, then I click on the address tab page where I have multiple rows displayed tabular, I click on an empty row and type in the data for the address record... what mechanism is best to use to populate the emp_id in the address block? A block level trigger? a trigger on a table item? Ive done it with an item trigger such as POST CHANGE on one of the table items..but is this the "correct" way to do it?
any suggestions would be appreciated
any suggestions would be appreciated