DBA Data[Home] [Help]

APPS.PAY_PPMV4_SS dependencies on HR_API_TRANSACTION_STEPS

Line 3741: from hr_api_transaction_steps

3737: select creator_person_id
3738: , transaction_id
3739: into l_hr_txpersonid
3740: , l_hr_txid
3741: from hr_api_transaction_steps
3742: where transaction_step_id = p_transaction_step_id;
3743: --
3744: -- Set the processed flag for this transaction.
3745: --

Line 3765: from hr_api_transaction_steps hats

3761: where hatv.name = pay_ppmv4_utils_ss.C_PROCESSED_FLAG_ARG
3762: and hatv.varchar2_value = 'N'
3763: and hatv.transaction_step_id in
3764: (select transaction_step_id
3765: from hr_api_transaction_steps hats
3766: where hats.transaction_id = l_hr_txid);
3767: pay_ppmv4_utils_ss.seterrorstage
3768: (l_proc, 'UNPROCESSED_COUNT:' || to_char(l_unprocessed), 35);
3769: --