DBA Data[Home] [Help]

APPS.HRDPP_ACTUAL_TERMINATION_EMP_A dependencies on HR_UTILITY

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

147: hr_data_pump.entry('call');
148: open cr;
149: fetch cr into c;
150: if cr%notfound then
151: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
152: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
153: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
154: hr_utility.set_message_token('VALUE',p_batch_line_id);
155: hr_utility.raise_error;

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

148: open cr;
149: fetch cr into c;
150: if cr%notfound then
151: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
152: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
153: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
154: hr_utility.set_message_token('VALUE',p_batch_line_id);
155: hr_utility.raise_error;
156: end if;

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

149: fetch cr into c;
150: if cr%notfound then
151: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
152: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
153: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
154: hr_utility.set_message_token('VALUE',p_batch_line_id);
155: hr_utility.raise_error;
156: end if;
157: --

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

150: if cr%notfound then
151: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
152: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
153: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
154: hr_utility.set_message_token('VALUE',p_batch_line_id);
155: hr_utility.raise_error;
156: end if;
157: --
158: if c.p7 is null then

Line 155: hr_utility.raise_error;

151: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
152: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
153: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
154: hr_utility.set_message_token('VALUE',p_batch_line_id);
155: hr_utility.raise_error;
156: end if;
157: --
158: if c.p7 is null then
159: L_ASSIGNMENT_ID:=nn;