DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_POSITION dependencies on HR_UTILITY

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

961: hr_data_pump.entry('call');
962: open cr;
963: fetch cr into c;
964: if cr%notfound then
965: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
966: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
967: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
968: hr_utility.set_message_token('VALUE',p_batch_line_id);
969: hr_utility.raise_error;

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

962: open cr;
963: fetch cr into c;
964: if cr%notfound then
965: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
966: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
967: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
968: hr_utility.set_message_token('VALUE',p_batch_line_id);
969: hr_utility.raise_error;
970: end if;

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

963: fetch cr into c;
964: if cr%notfound then
965: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
966: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
967: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
968: hr_utility.set_message_token('VALUE',p_batch_line_id);
969: hr_utility.raise_error;
970: end if;
971: --

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

964: if cr%notfound then
965: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
966: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
967: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
968: hr_utility.set_message_token('VALUE',p_batch_line_id);
969: hr_utility.raise_error;
970: end if;
971: --
972: L_COMMENTS := c.plongval;

Line 969: hr_utility.raise_error;

965: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
966: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
967: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
968: hr_utility.set_message_token('VALUE',p_batch_line_id);
969: hr_utility.raise_error;
970: end if;
971: --
972: L_COMMENTS := c.plongval;
973: if L_COMMENTS = cn then