DBA Data[Home] [Help]

APPS.PER_SSHR_CHANGE_PAY dependencies on HR_TRANSACTION_SS

Line 3010: l_transaction_id := hr_transaction_ss.get_transaction_id

3006: hr_utility.set_location('Entering '||l_proc,10);
3007: --
3008: p_update_mode := true;
3009: -- get the transaction id
3010: l_transaction_id := hr_transaction_ss.get_transaction_id
3011: (p_item_type => p_item_type
3012: ,p_item_key => p_item_key);
3013:
3014: -- if it is not available create it.

Line 3016: hr_transaction_ss.start_transaction

3012: ,p_item_key => p_item_key);
3013:
3014: -- if it is not available create it.
3015: if l_transaction_id is null then
3016: hr_transaction_ss.start_transaction
3017: (itemtype => p_item_type
3018: ,itemkey => p_item_key
3019: ,actid => p_activity_id
3020: ,funmode => 'RUN'

Line 3025: l_transaction_id := hr_transaction_ss.get_transaction_id

3021: ,p_login_person_id => p_login_person_id
3022: ,result => l_result);
3023: --
3024:
3025: l_transaction_id := hr_transaction_ss.get_transaction_id
3026: (p_item_type => p_item_type
3027: ,p_item_key => p_item_key);
3028: end if;
3029: --

Line 3134: hr_transaction_ss.process_web_api_call

3130: hr_utility.set_location('Entering '||l_proc,10);
3131: --
3132: for csr_sel in csr_sel_item loop
3133: --
3134: hr_transaction_ss.process_web_api_call
3135: (p_transaction_step_id => csr_sel.transaction_step_id
3136: ,p_api_name => csr_sel.api_name
3137: ,p_validate => false);
3138: end loop;