DBA Data[Home] [Help]

APPS.PAY_PPMV4_SS dependencies on HR_API_TRANSACTION_STEPS

Line 3406: from hr_api_transaction_steps

3402: select creator_person_id
3403: , transaction_id
3404: into l_hr_txpersonid
3405: , l_hr_txid
3406: from hr_api_transaction_steps
3407: where transaction_step_id = p_transaction_step_id;
3408: --
3409: -- Set the processed flag for this transaction.
3410: --

Line 3430: from hr_api_transaction_steps hats

3426: where hatv.name = pay_ppmv4_utils_ss.C_PROCESSED_FLAG_ARG
3427: and hatv.varchar2_value = 'N'
3428: and hatv.transaction_step_id in
3429: (select transaction_step_id
3430: from hr_api_transaction_steps hats
3431: where hats.transaction_id = l_hr_txid);
3432: pay_ppmv4_utils_ss.seterrorstage
3433: (l_proc, 'UNPROCESSED_COUNT:' || to_char(l_unprocessed), 35);
3434: --