DBA Data[Home] [Help]

APPS.HR_TRANSACTION_API dependencies on HR_TRS_UPD

Line 979: hr_trs_upd.upd

975: if p_validate then
976: savepoint create_transaction_step;
977: end if;
978: -- call the row handler to update the transaction setp
979: hr_trs_upd.upd
980: (p_validate => false
981: ,p_transaction_step_id => p_transaction_step_id
982: ,p_update_person_id => p_update_person_id
983: ,p_object_version_number => p_object_version_number);