DBA Data[Home] [Help]

APPS.OTA_ENROLL_REVIEW_SS dependencies on HR_TRANSACTION_SS

Line 58: l_transaction_table hr_transaction_ss.transaction_table;

54: l_transaction_id number default null;
55: l_transaction_step_id number default null;
56: l_trans_obj_vers_num number default null;
57: l_count integer default 0;
58: l_transaction_table hr_transaction_ss.transaction_table;
59: l_review_item_name varchar2(50);
60: l_message_number VARCHAR2(10);
61: l_result varchar2(100) default null;
62: l_old_transaction_step_id number;

Line 69: l_transaction_id := hr_transaction_ss.get_transaction_id

65:
66: begin
67:
68: -- First, check if transaction id exists or not
69: l_transaction_id := hr_transaction_ss.get_transaction_id
70: (p_item_type => p_item_type
71: ,p_item_key => p_item_key);
72:
73: --

Line 76: hr_transaction_ss.start_transaction

72:
73: --
74: IF l_transaction_id is null THEN
75: -- Start a Transaction
76: hr_transaction_ss.start_transaction
77: (itemtype => p_item_type
78: ,itemkey => p_item_key
79: ,actid => p_activity_id
80: ,funmode => 'RUN'

Line 84: l_transaction_id := hr_transaction_ss.get_transaction_id

80: ,funmode => 'RUN'
81: ,p_login_person_id => p_login_person_id
82: ,result => l_result);
83:
84: l_transaction_id := hr_transaction_ss.get_transaction_id
85: (p_item_type => p_item_type
86: ,p_item_key => p_item_key);
87: END IF;
88:

Line 351: hr_transaction_ss.save_transaction_step

347: p_eventid);
348: end if;
349:
350:
351: hr_transaction_ss.save_transaction_step
352: (p_item_type => p_item_type
353: ,p_item_key => p_item_key
354: ,p_actid => p_activity_id
355: ,p_login_person_id => p_login_person_id

Line 899: l_transaction_table hr_transaction_ss.transaction_table;

895: l_item_type HR_API_TRANSACTION_STEPS.ITEM_TYPE%TYPE;
896: l_item_key HR_API_TRANSACTION_STEPS.ITEM_KEY%TYPE;
897: l_activity_id HR_API_TRANSACTION_STEPS.ACTIVITY_ID%TYPE;
898: l_transaction_step_id HR_API_TRANSACTION_STEPS.TRANSACTION_STEP_ID%TYPE;
899: l_transaction_table hr_transaction_ss.transaction_table;
900: l_from varchar2(15);
901: l_cancel_boolean BOOLEAN;
902: l_auto_create_finance VARCHAR2(40);
903: l_price_basis OTA_EVENTS.price_basis%TYPE;

Line 1232: hr_transaction_ss.get_transaction_id

1228: l_item_key,
1229: 'TRANSACTION_ID',
1230: --Bug#4617150
1231: -- hr_transaction_web.get_transaction_id
1232: hr_transaction_ss.get_transaction_id
1233: (p_item_type => l_item_type
1234: ,p_item_key => l_item_key));
1235:
1236: