DBA Data[Home] [Help]

APPS.HR_US_W2_MT dependencies on PAY_CORE_UTILS

Line 225: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');

221:
222: if l_error_mesg is not null then
223:
224: if substr(l_error_mesg,1,45) is not null then
225: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');
226: pay_core_utils.push_token('record_name',' ');
227: pay_core_utils.push_token('description',substr(l_error_mesg,1,45));
228: end if;
229:

Line 226: pay_core_utils.push_token('record_name',' ');

222: if l_error_mesg is not null then
223:
224: if substr(l_error_mesg,1,45) is not null then
225: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');
226: pay_core_utils.push_token('record_name',' ');
227: pay_core_utils.push_token('description',substr(l_error_mesg,1,45));
228: end if;
229:
230: if substr(l_error_mesg,46,45) is not null then

Line 227: pay_core_utils.push_token('description',substr(l_error_mesg,1,45));

223:
224: if substr(l_error_mesg,1,45) is not null then
225: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');
226: pay_core_utils.push_token('record_name',' ');
227: pay_core_utils.push_token('description',substr(l_error_mesg,1,45));
228: end if;
229:
230: if substr(l_error_mesg,46,45) is not null then
231: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');

Line 231: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');

227: pay_core_utils.push_token('description',substr(l_error_mesg,1,45));
228: end if;
229:
230: if substr(l_error_mesg,46,45) is not null then
231: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');
232: pay_core_utils.push_token('record_name',' ');
233: pay_core_utils.push_token('description',substr(l_error_mesg,46,45));
234: end if;
235:

Line 232: pay_core_utils.push_token('record_name',' ');

228: end if;
229:
230: if substr(l_error_mesg,46,45) is not null then
231: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');
232: pay_core_utils.push_token('record_name',' ');
233: pay_core_utils.push_token('description',substr(l_error_mesg,46,45));
234: end if;
235:
236: if substr(l_error_mesg,91,45) is not null then

Line 233: pay_core_utils.push_token('description',substr(l_error_mesg,46,45));

229:
230: if substr(l_error_mesg,46,45) is not null then
231: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');
232: pay_core_utils.push_token('record_name',' ');
233: pay_core_utils.push_token('description',substr(l_error_mesg,46,45));
234: end if;
235:
236: if substr(l_error_mesg,91,45) is not null then
237: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');

Line 237: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');

233: pay_core_utils.push_token('description',substr(l_error_mesg,46,45));
234: end if;
235:
236: if substr(l_error_mesg,91,45) is not null then
237: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');
238: pay_core_utils.push_token('record_name',' ');
239: pay_core_utils.push_token('description',substr(l_error_mesg,91,45));
240:
241:

Line 238: pay_core_utils.push_token('record_name',' ');

234: end if;
235:
236: if substr(l_error_mesg,91,45) is not null then
237: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');
238: pay_core_utils.push_token('record_name',' ');
239: pay_core_utils.push_token('description',substr(l_error_mesg,91,45));
240:
241:
242: end if;

Line 239: pay_core_utils.push_token('description',substr(l_error_mesg,91,45));

235:
236: if substr(l_error_mesg,91,45) is not null then
237: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');
238: pay_core_utils.push_token('record_name',' ');
239: pay_core_utils.push_token('description',substr(l_error_mesg,91,45));
240:
241:
242: end if;
243:

Line 245: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');

241:
242: end if;
243:
244: if substr(l_error_mesg,136,45) is not null then
245: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');
246: pay_core_utils.push_token('record_name',' ');
247: pay_core_utils.push_token('description',substr(l_error_mesg,136,45));
248: end if;
249:

Line 246: pay_core_utils.push_token('record_name',' ');

242: end if;
243:
244: if substr(l_error_mesg,136,45) is not null then
245: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');
246: pay_core_utils.push_token('record_name',' ');
247: pay_core_utils.push_token('description',substr(l_error_mesg,136,45));
248: end if;
249:
250: hr_utility.raise_error;

Line 247: pay_core_utils.push_token('description',substr(l_error_mesg,136,45));

243:
244: if substr(l_error_mesg,136,45) is not null then
245: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');
246: pay_core_utils.push_token('record_name',' ');
247: pay_core_utils.push_token('description',substr(l_error_mesg,136,45));
248: end if;
249:
250: hr_utility.raise_error;
251: end if;