DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_AU_PERSONAL_PAY_M dependencies on HR_UTILITY

Line 306: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');

302: hr_data_pump.entry('call');
303: open cr;
304: fetch cr into c;
305: if cr%notfound then
306: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
307: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
308: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
309: hr_utility.set_message_token('VALUE',p_batch_line_id);
310: hr_utility.raise_error;

Line 307: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');

303: open cr;
304: fetch cr into c;
305: if cr%notfound then
306: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
307: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
308: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
309: hr_utility.set_message_token('VALUE',p_batch_line_id);
310: hr_utility.raise_error;
311: end if;

Line 308: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');

304: fetch cr into c;
305: if cr%notfound then
306: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
307: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
308: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
309: hr_utility.set_message_token('VALUE',p_batch_line_id);
310: hr_utility.raise_error;
311: end if;
312: --

Line 309: hr_utility.set_message_token('VALUE',p_batch_line_id);

305: if cr%notfound then
306: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
307: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
308: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
309: hr_utility.set_message_token('VALUE',p_batch_line_id);
310: hr_utility.raise_error;
311: end if;
312: --
313: if c.p36 is null then

Line 310: hr_utility.raise_error;

306: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
307: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
308: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
309: hr_utility.set_message_token('VALUE',p_batch_line_id);
310: hr_utility.raise_error;
311: end if;
312: --
313: if c.p36 is null then
314: L_PERSONAL_PAYMENT_METHOD_ID:=nn;