DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CN_SECONDARY_EMP_ dependencies on HR_UTILITY

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

843: hr_data_pump.entry('call');
844: open cr;
845: fetch cr into c;
846: if cr%notfound then
847: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
848: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
849: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
850: hr_utility.set_message_token('VALUE',p_batch_line_id);
851: hr_utility.raise_error;

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

844: open cr;
845: fetch cr into c;
846: if cr%notfound then
847: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
848: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
849: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
850: hr_utility.set_message_token('VALUE',p_batch_line_id);
851: hr_utility.raise_error;
852: end if;

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

845: fetch cr into c;
846: if cr%notfound then
847: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
848: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
849: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
850: hr_utility.set_message_token('VALUE',p_batch_line_id);
851: hr_utility.raise_error;
852: end if;
853: --

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

846: if cr%notfound then
847: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
848: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
849: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
850: hr_utility.set_message_token('VALUE',p_batch_line_id);
851: hr_utility.raise_error;
852: end if;
853: --
854: if c.p130 is null then

Line 851: hr_utility.raise_error;

847: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
848: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
849: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
850: hr_utility.set_message_token('VALUE',p_batch_line_id);
851: hr_utility.raise_error;
852: end if;
853: --
854: if c.p130 is null then
855: L_PERSON_ID:=nn;