DBA Data[Home] [Help]

APPS.HRDPP_CREATE_HIERARCHY_ELEMENT dependencies on HR_UTILITY

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

177: hr_data_pump.entry('call');
178: open cr;
179: fetch cr into c;
180: if cr%notfound then
181: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
182: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
183: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
184: hr_utility.set_message_token('VALUE',p_batch_line_id);
185: hr_utility.raise_error;

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

178: open cr;
179: fetch cr into c;
180: if cr%notfound then
181: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
182: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
183: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
184: hr_utility.set_message_token('VALUE',p_batch_line_id);
185: hr_utility.raise_error;
186: end if;

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

179: fetch cr into c;
180: if cr%notfound then
181: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
182: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
183: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
184: hr_utility.set_message_token('VALUE',p_batch_line_id);
185: hr_utility.raise_error;
186: end if;
187: --

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

180: if cr%notfound then
181: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
182: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
183: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
184: hr_utility.set_message_token('VALUE',p_batch_line_id);
185: hr_utility.raise_error;
186: end if;
187: --
188: if c.p11 is null or

Line 185: hr_utility.raise_error;

181: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
182: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
183: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
184: hr_utility.set_message_token('VALUE',p_batch_line_id);
185: hr_utility.raise_error;
186: end if;
187: --
188: if c.p11 is null or
189: c.p1 is null or