DBA Data[Home] [Help]

APPS.BEN_PROCESS_COMPENSATION_W dependencies on HR_TRANSACTION_SS

Line 154: l_column_value := to_char(l_date_value,hr_transaction_ss.g_date_format);

150: l_column_value := l_varchar2_value;
151: elsif l_datatype = 'NUMBER' then
152: l_column_value := to_char(l_number_value);
153: elsif l_datatype = 'DATE' then
154: l_column_value := to_char(l_date_value,hr_transaction_ss.g_date_format);
155: end if;
156: --
157: if l_first then
158: p_column_values := l_column_value;

Line 1125: l_transaction_id := hr_transaction_ss.get_transaction_id

1121: -- Use the activity_id to check if a transaction step already
1122: -- exists.
1123: -------------------------------------------------------------------------------
1124: --
1125: l_transaction_id := hr_transaction_ss.get_transaction_id
1126: (p_item_type => p_item_type
1127: ,p_item_key => p_item_key);
1128: --
1129: if l_transaction_id is null then

Line 1130: hr_transaction_ss.start_transaction

1126: (p_item_type => p_item_type
1127: ,p_item_key => p_item_key);
1128: --
1129: if l_transaction_id is null then
1130: hr_transaction_ss.start_transaction
1131: (itemtype => p_item_type
1132: ,itemkey => p_item_key
1133: ,actid => p_actid
1134: ,funmode => 'RUN'

Line 1138: l_transaction_id := hr_transaction_ss.get_transaction_id

1134: ,funmode => 'RUN'
1135: ,p_login_person_id => p_login_person_id
1136: ,result => l_result);
1137: --
1138: l_transaction_id := hr_transaction_ss.get_transaction_id
1139: (p_item_type => p_item_type
1140: ,p_item_key => p_item_key);
1141: end if;
1142: --