DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_GB_EMP_ASG dependencies on HR_UTILITY

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

500: hr_data_pump.entry('call');
501: open cr;
502: fetch cr into c;
503: if cr%notfound then
504: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
505: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
506: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
507: hr_utility.set_message_token('VALUE',p_batch_line_id);
508: hr_utility.raise_error;

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

501: open cr;
502: fetch cr into c;
503: if cr%notfound then
504: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
505: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
506: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
507: hr_utility.set_message_token('VALUE',p_batch_line_id);
508: hr_utility.raise_error;
509: end if;

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

502: fetch cr into c;
503: if cr%notfound then
504: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
505: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
506: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
507: hr_utility.set_message_token('VALUE',p_batch_line_id);
508: hr_utility.raise_error;
509: end if;
510: --

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

503: if cr%notfound then
504: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
505: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
506: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
507: hr_utility.set_message_token('VALUE',p_batch_line_id);
508: hr_utility.raise_error;
509: end if;
510: --
511: if c.p71 is null then

Line 508: hr_utility.raise_error;

504: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
505: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
506: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
507: hr_utility.set_message_token('VALUE',p_batch_line_id);
508: hr_utility.raise_error;
509: end if;
510: --
511: if c.p71 is null then
512: L_ASSIGNMENT_ID:=nn;