DBA Data[Home] [Help]

APPS.HR_TRANSACTION_API dependencies on HR_TRN_INS

Line 417: hr_trn_ins.ins

413: if p_validate then
414: savepoint create_transaction;
415: end if;
416: -- call the row handler to insert the transaction
417: hr_trn_ins.ins
418: (p_validate => false
419: ,p_transaction_id => p_transaction_id
420: ,p_creator_person_id => p_creator_person_id
421: ,p_transaction_privilege => p_transaction_privilege);

Line 503: hr_trn_ins.ins(

499: end if;
500: -- call the row handler to insert the transaction
501:
502:
503: hr_trn_ins.ins(
504: p_transaction_id => p_transaction_id,
505: p_creator_person_id => p_creator_person_id,
506: p_transaction_privilege => p_transaction_privilege,
507: p_product_code => p_product_code,