DBA Data[Home] [Help]

APPS.HRDPP_CREATE_USER_ACCT dependencies on HR_UTILITY

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

172: hr_data_pump.entry('call');
173: open cr;
174: fetch cr into c;
175: if cr%notfound then
176: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
177: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
178: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
179: hr_utility.set_message_token('VALUE',p_batch_line_id);
180: hr_utility.raise_error;

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

173: open cr;
174: fetch cr into c;
175: if cr%notfound then
176: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
177: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
178: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
179: hr_utility.set_message_token('VALUE',p_batch_line_id);
180: hr_utility.raise_error;
181: end if;

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

174: fetch cr into c;
175: if cr%notfound then
176: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
177: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
178: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
179: hr_utility.set_message_token('VALUE',p_batch_line_id);
180: hr_utility.raise_error;
181: end if;
182: --

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

175: if cr%notfound then
176: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
177: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
178: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
179: hr_utility.set_message_token('VALUE',p_batch_line_id);
180: hr_utility.raise_error;
181: end if;
182: --
183: if c.p15 is null then

Line 180: hr_utility.raise_error;

176: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
177: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
178: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
179: hr_utility.set_message_token('VALUE',p_batch_line_id);
180: hr_utility.raise_error;
181: end if;
182: --
183: if c.p15 is null then
184: L_PERSON_ID:=nn;