DBA Data[Home] [Help]

APPS.PER_SSHR_CHANGE_PAY dependencies on HR_TRANSACTION_SS

Line 2979: l_transaction_id := hr_transaction_ss.get_transaction_id

2975: hr_utility.set_location('Entering '||l_proc,10);
2976: --
2977: p_update_mode := true;
2978: -- get the transaction id
2979: l_transaction_id := hr_transaction_ss.get_transaction_id
2980: (p_item_type => p_item_type
2981: ,p_item_key => p_item_key);
2982:
2983: -- if it is not available create it.

Line 2985: hr_transaction_ss.start_transaction

2981: ,p_item_key => p_item_key);
2982:
2983: -- if it is not available create it.
2984: if l_transaction_id is null then
2985: hr_transaction_ss.start_transaction
2986: (itemtype => p_item_type
2987: ,itemkey => p_item_key
2988: ,actid => p_activity_id
2989: ,funmode => 'RUN'

Line 2994: l_transaction_id := hr_transaction_ss.get_transaction_id

2990: ,p_login_person_id => p_login_person_id
2991: ,result => l_result);
2992: --
2993:
2994: l_transaction_id := hr_transaction_ss.get_transaction_id
2995: (p_item_type => p_item_type
2996: ,p_item_key => p_item_key);
2997: end if;
2998: --

Line 3103: hr_transaction_ss.process_web_api_call

3099: hr_utility.set_location('Entering '||l_proc,10);
3100: --
3101: for csr_sel in csr_sel_item loop
3102: --
3103: hr_transaction_ss.process_web_api_call
3104: (p_transaction_step_id => csr_sel.transaction_step_id
3105: ,p_api_name => csr_sel.api_name
3106: ,p_validate => false);
3107: end loop;