DBA Data[Home] [Help]

APPS.HRDPP_CREATE_USER_TABLE dependencies on HR_UTILITY

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

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

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

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

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

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

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

158: if cr%notfound then
159: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
160: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
161: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
162: hr_utility.set_message_token('VALUE',p_batch_line_id);
163: hr_utility.raise_error;
164: end if;
165: --
166: hr_data_pump.api_trc_on;

Line 163: hr_utility.raise_error;

159: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
160: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
161: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
162: hr_utility.set_message_token('VALUE',p_batch_line_id);
163: hr_utility.raise_error;
164: end if;
165: --
166: hr_data_pump.api_trc_on;
167: PAY_USER_TABLE_API.CREATE_USER_TABLE