DBA Data[Home] [Help]

APPS.HRDPP_ACTIVATE_EMP_ASG dependencies on HR_UTILITY

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

152: hr_data_pump.entry('call');
153: open cr;
154: fetch cr into c;
155: if cr%notfound then
156: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
157: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
158: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
159: hr_utility.set_message_token('VALUE',p_batch_line_id);
160: hr_utility.raise_error;

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

153: open cr;
154: fetch cr into c;
155: if cr%notfound then
156: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
157: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
158: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
159: hr_utility.set_message_token('VALUE',p_batch_line_id);
160: hr_utility.raise_error;
161: end if;

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

154: fetch cr into c;
155: if cr%notfound then
156: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
157: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
158: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
159: hr_utility.set_message_token('VALUE',p_batch_line_id);
160: hr_utility.raise_error;
161: end if;
162: --

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

155: if cr%notfound then
156: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
157: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
158: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
159: hr_utility.set_message_token('VALUE',p_batch_line_id);
160: hr_utility.raise_error;
161: end if;
162: --
163: if c.p5 is null then

Line 160: hr_utility.raise_error;

156: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
157: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
158: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
159: hr_utility.set_message_token('VALUE',p_batch_line_id);
160: hr_utility.raise_error;
161: end if;
162: --
163: if c.p5 is null then
164: L_ASSIGNMENT_ID:=nn;