DBA Data[Home] [Help]

APPS.HRDPP_CREATE_ORG_CLASSIFICATIO dependencies on HR_UTILITY

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

139: hr_data_pump.entry('call');
140: open cr;
141: fetch cr into c;
142: if cr%notfound then
143: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
144: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
145: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
146: hr_utility.set_message_token('VALUE',p_batch_line_id);
147: hr_utility.raise_error;

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

140: open cr;
141: fetch cr into c;
142: if cr%notfound then
143: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
144: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
145: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
146: hr_utility.set_message_token('VALUE',p_batch_line_id);
147: hr_utility.raise_error;
148: end if;

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

141: fetch cr into c;
142: if cr%notfound then
143: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
144: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
145: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
146: hr_utility.set_message_token('VALUE',p_batch_line_id);
147: hr_utility.raise_error;
148: end if;
149: --

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

142: if cr%notfound then
143: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
144: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
145: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
146: hr_utility.set_message_token('VALUE',p_batch_line_id);
147: hr_utility.raise_error;
148: end if;
149: --
150: if c.p5 is null or

Line 147: hr_utility.raise_error;

143: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
144: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
145: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
146: hr_utility.set_message_token('VALUE',p_batch_line_id);
147: hr_utility.raise_error;
148: end if;
149: --
150: if c.p5 is null or
151: c.p1 is null or