DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_MX_PERSONAL_PAY_M dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 327: hr_utility.raise_error;

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