DBA Data[Home] [Help]

APPS.HR_CAED_SS dependencies on HR_TRANSACTION_SS

Line 30: ln_transaction_id := hr_transaction_ss.get_transaction_id

26:
27: hr_utility.set_location(' Entering:' || l_proc,5);
28: hr_util_misc_web.validate_session(p_person_id => lv_creator_person_id);
29:
30: ln_transaction_id := hr_transaction_ss.get_transaction_id
31: (p_Item_Type => p_item_type
32: ,p_Item_Key => p_item_key);
33:
34:

Line 39: hr_transaction_ss.start_transaction

35: IF ln_transaction_id IS NULL
36: THEN
37:
38: hr_utility.set_location(l_proc,10);
39: hr_transaction_ss.start_transaction
40: (itemtype => p_item_type
41: ,itemkey => p_item_key
42: ,actid => p_act_id
43: ,funmode => 'RUN'

Line 47: ln_transaction_id := hr_transaction_ss.get_transaction_id

43: ,funmode => 'RUN'
44: ,p_login_person_id=>p_login_person_id
45: ,result => lv_result);
46:
47: ln_transaction_id := hr_transaction_ss.get_transaction_id
48: (p_item_type => p_item_type
49: ,p_item_key => p_item_key);
50:
51: END IF; -- now we have a valid txn id , let's find out txn steps