DBA Data[Home] [Help]

APPS.HRDPP_CREATE_HK_PERSONAL_PAY_M dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 313: hr_utility.raise_error;

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