DBA Data[Home] [Help]

APPS.HRDPP_CREATE_POSITION dependencies on HR_UTILITY

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

950: hr_data_pump.entry('call');
951: open cr;
952: fetch cr into c;
953: if cr%notfound then
954: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
955: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
956: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
957: hr_utility.set_message_token('VALUE',p_batch_line_id);
958: hr_utility.raise_error;

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

951: open cr;
952: fetch cr into c;
953: if cr%notfound then
954: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
955: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
956: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
957: hr_utility.set_message_token('VALUE',p_batch_line_id);
958: hr_utility.raise_error;
959: end if;

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

952: fetch cr into c;
953: if cr%notfound then
954: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
955: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
956: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
957: hr_utility.set_message_token('VALUE',p_batch_line_id);
958: hr_utility.raise_error;
959: end if;
960: --

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

953: if cr%notfound then
954: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
955: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
956: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
957: hr_utility.set_message_token('VALUE',p_batch_line_id);
958: hr_utility.raise_error;
959: end if;
960: --
961: L_COMMENTS := c.plongval;

Line 958: hr_utility.raise_error;

954: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
955: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
956: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
957: hr_utility.set_message_token('VALUE',p_batch_line_id);
958: hr_utility.raise_error;
959: end if;
960: --
961: L_COMMENTS := c.plongval;
962: if L_COMMENTS = cn then