DBA Data[Home] [Help]

APPS.HRDPP_CREATE_MX_PERSONAL_PAY_M dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 331: hr_utility.raise_error;

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