DBA Data[Home] [Help]

APPS.HRDPP_CREATE_COMPANY_COST_CENT dependencies on HR_UTILITY

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

158: hr_data_pump.entry('call');
159: open cr;
160: fetch cr into c;
161: if cr%notfound then
162: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
163: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
164: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
165: hr_utility.set_message_token('VALUE',p_batch_line_id);
166: hr_utility.raise_error;

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

159: open cr;
160: fetch cr into c;
161: if cr%notfound then
162: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
163: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
164: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
165: hr_utility.set_message_token('VALUE',p_batch_line_id);
166: hr_utility.raise_error;
167: end if;

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

160: fetch cr into c;
161: if cr%notfound then
162: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
163: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
164: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
165: hr_utility.set_message_token('VALUE',p_batch_line_id);
166: hr_utility.raise_error;
167: end if;
168: --

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

161: if cr%notfound then
162: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
163: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
164: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
165: hr_utility.set_message_token('VALUE',p_batch_line_id);
166: hr_utility.raise_error;
167: end if;
168: --
169: if c.p8 is null or

Line 166: hr_utility.raise_error;

162: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
163: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
164: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
165: hr_utility.set_message_token('VALUE',p_batch_line_id);
166: hr_utility.raise_error;
167: end if;
168: --
169: if c.p8 is null or
170: c.p1 is null or