DBA Data[Home] [Help]

APPS.HR_NEW_USER_REG_SS dependencies on HR_API_TRANSACTION_STEPS

Line 49: from hr_api_transaction_steps trs

45: cursor csr_person is select person_id from per_all_people_f where person_id = PersonId;
46:
47: cursor csr_txn_step_id is
48: select trs.transaction_step_id
49: from hr_api_transaction_steps trs
50: where trs.transaction_id = hr_transaction_ss.get_transaction_id
51: (WfItemType ,WfItemKey )
52: and trs.api_name ='HR_PROCESS_PERSON_SS.PROCESS_API';
53:

Line 163: from hr_api_transaction_steps trs

159: ,trs.item_type
160: ,trs.item_key
161: ,trs.activity_id
162: ,trs.creator_person_id
163: from hr_api_transaction_steps trs
164: where trs.transaction_id = l_transaction_id
165: and trs.api_name in ('HR_PROCESS_PERSON_SS.PROCESS_API',
166: 'HR_PROCESS_ADDRESS_SS.PROCESS_API',
167: 'HR_PROCESS_ASSIGNMENT_SS.PROCESS_API',

Line 179: from hr_api_transaction_steps trs

175: ,trs.item_type
176: ,trs.item_key
177: ,trs.activity_id
178: ,trs.creator_person_id
179: from hr_api_transaction_steps trs
180: where trs.transaction_id = l_transaction_id
181: and trs.api_name = p_api_name
182: order by trs.processing_order;
183: