DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_USER_COLUMN_INSTA dependencies on HR_UTILITY

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

144: hr_data_pump.entry('call');
145: open cr;
146: fetch cr into c;
147: if cr%notfound then
148: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
149: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
150: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
151: hr_utility.set_message_token('VALUE',p_batch_line_id);
152: hr_utility.raise_error;

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

145: open cr;
146: fetch cr into c;
147: if cr%notfound then
148: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
149: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
150: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
151: hr_utility.set_message_token('VALUE',p_batch_line_id);
152: hr_utility.raise_error;
153: end if;

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

146: fetch cr into c;
147: if cr%notfound then
148: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
149: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
150: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
151: hr_utility.set_message_token('VALUE',p_batch_line_id);
152: hr_utility.raise_error;
153: end if;
154: --

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

147: if cr%notfound then
148: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
149: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
150: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
151: hr_utility.set_message_token('VALUE',p_batch_line_id);
152: hr_utility.raise_error;
153: end if;
154: --
155: if c.p6 is null or

Line 152: hr_utility.raise_error;

148: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
149: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
150: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
151: hr_utility.set_message_token('VALUE',p_batch_line_id);
152: hr_utility.raise_error;
153: end if;
154: --
155: if c.p6 is null or
156: c.p7 is null or