DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_CN_PERSONAL_PAY_M dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 312: hr_utility.raise_error;

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