DBA Data[Home] [Help]

APPS.HRDPP_CREATE_US_PERSONAL_PAY_M dependencies on HR_UTILITY

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

488: hr_data_pump.entry('call');
489: open cr;
490: fetch cr into c;
491: if cr%notfound then
492: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
493: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
494: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
495: hr_utility.set_message_token('VALUE',p_batch_line_id);
496: hr_utility.raise_error;

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

489: open cr;
490: fetch cr into c;
491: if cr%notfound then
492: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
493: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
494: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
495: hr_utility.set_message_token('VALUE',p_batch_line_id);
496: hr_utility.raise_error;
497: end if;

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

490: fetch cr into c;
491: if cr%notfound then
492: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
493: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
494: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
495: hr_utility.set_message_token('VALUE',p_batch_line_id);
496: hr_utility.raise_error;
497: end if;
498: --

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

491: if cr%notfound then
492: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
493: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
494: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
495: hr_utility.set_message_token('VALUE',p_batch_line_id);
496: hr_utility.raise_error;
497: end if;
498: --
499: if c.p73 is null then

Line 496: hr_utility.raise_error;

492: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
493: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
494: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
495: hr_utility.set_message_token('VALUE',p_batch_line_id);
496: hr_utility.raise_error;
497: end if;
498: --
499: if c.p73 is null then
500: L_ASSIGNMENT_ID:=nn;