DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_SECONDARY_CWK_ dependencies on HR_UTILITY

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

649: hr_data_pump.entry('call');
650: open cr;
651: fetch cr into c;
652: if cr%notfound then
653: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
654: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
655: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
656: hr_utility.set_message_token('VALUE',p_batch_line_id);
657: hr_utility.raise_error;

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

650: open cr;
651: fetch cr into c;
652: if cr%notfound then
653: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
654: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
655: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
656: hr_utility.set_message_token('VALUE',p_batch_line_id);
657: hr_utility.raise_error;
658: end if;

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

651: fetch cr into c;
652: if cr%notfound then
653: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
654: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
655: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
656: hr_utility.set_message_token('VALUE',p_batch_line_id);
657: hr_utility.raise_error;
658: end if;
659: --

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

652: if cr%notfound then
653: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
654: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
655: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
656: hr_utility.set_message_token('VALUE',p_batch_line_id);
657: hr_utility.raise_error;
658: end if;
659: --
660: if c.p93 is null then

Line 657: hr_utility.raise_error;

653: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
654: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
655: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
656: hr_utility.set_message_token('VALUE',p_batch_line_id);
657: hr_utility.raise_error;
658: end if;
659: --
660: if c.p93 is null then
661: L_PERSON_ID:=nn;