DBA Data[Home] [Help]

APPS.HRDPP_CREATE_BALANCE_TYPE dependencies on HR_UTILITY

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

164: hr_data_pump.entry('call');
165: open cr;
166: fetch cr into c;
167: if cr%notfound then
168: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
169: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
170: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
171: hr_utility.set_message_token('VALUE',p_batch_line_id);
172: hr_utility.raise_error;

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

165: open cr;
166: fetch cr into c;
167: if cr%notfound then
168: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
169: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
170: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
171: hr_utility.set_message_token('VALUE',p_batch_line_id);
172: hr_utility.raise_error;
173: end if;

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

166: fetch cr into c;
167: if cr%notfound then
168: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
169: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
170: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
171: hr_utility.set_message_token('VALUE',p_batch_line_id);
172: hr_utility.raise_error;
173: end if;
174: --

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

167: if cr%notfound then
168: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
169: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
170: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
171: hr_utility.set_message_token('VALUE',p_batch_line_id);
172: hr_utility.raise_error;
173: end if;
174: --
175: if c.p11 is null or

Line 172: hr_utility.raise_error;

168: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
169: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
170: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
171: hr_utility.set_message_token('VALUE',p_batch_line_id);
172: hr_utility.raise_error;
173: end if;
174: --
175: if c.p11 is null or
176: c.p10 is null then