DBA Data[Home] [Help]

APPS.HRDPP_CREATE_SG_PERSONAL_PAY_M dependencies on HR_UTILITY

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

320: hr_data_pump.entry('call');
321: open cr;
322: fetch cr into c;
323: if cr%notfound then
324: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
325: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
326: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
327: hr_utility.set_message_token('VALUE',p_batch_line_id);
328: hr_utility.raise_error;

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

321: open cr;
322: fetch cr into c;
323: if cr%notfound then
324: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
325: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
326: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
327: hr_utility.set_message_token('VALUE',p_batch_line_id);
328: hr_utility.raise_error;
329: end if;

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

322: fetch cr into c;
323: if cr%notfound then
324: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
325: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
326: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
327: hr_utility.set_message_token('VALUE',p_batch_line_id);
328: hr_utility.raise_error;
329: end if;
330: --

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

323: if cr%notfound then
324: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
325: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
326: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
327: hr_utility.set_message_token('VALUE',p_batch_line_id);
328: hr_utility.raise_error;
329: end if;
330: --
331: if c.p41 is null then

Line 328: hr_utility.raise_error;

324: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
325: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
326: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
327: hr_utility.set_message_token('VALUE',p_batch_line_id);
328: hr_utility.raise_error;
329: end if;
330: --
331: if c.p41 is null then
332: L_ASSIGNMENT_ID:=nn;