DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_USER_ACCT dependencies on HR_UTILITY

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

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

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

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

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

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

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

184: if cr%notfound then
185: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
186: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
187: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
188: hr_utility.set_message_token('VALUE',p_batch_line_id);
189: hr_utility.raise_error;
190: end if;
191: --
192: if c.p14 is null then

Line 189: hr_utility.raise_error;

185: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
186: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
187: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
188: hr_utility.set_message_token('VALUE',p_batch_line_id);
189: hr_utility.raise_error;
190: end if;
191: --
192: if c.p14 is null then
193: L_PERSON_ID:=nn;