DBA Data[Home] [Help]

APPS.HR_US_W2_MT dependencies on PAY_CORE_UTILS

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

212:
213: if l_error_mesg is not null then
214:
215: if substr(l_error_mesg,1,45) is not null then
216: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');
217: pay_core_utils.push_token('record_name',' ');
218: pay_core_utils.push_token('description',substr(l_error_mesg,1,45));
219: end if;
220:

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

213: if l_error_mesg is not null then
214:
215: if substr(l_error_mesg,1,45) is not null then
216: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');
217: pay_core_utils.push_token('record_name',' ');
218: pay_core_utils.push_token('description',substr(l_error_mesg,1,45));
219: end if;
220:
221: if substr(l_error_mesg,46,45) is not null then

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

214:
215: if substr(l_error_mesg,1,45) is not null then
216: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');
217: pay_core_utils.push_token('record_name',' ');
218: pay_core_utils.push_token('description',substr(l_error_mesg,1,45));
219: end if;
220:
221: if substr(l_error_mesg,46,45) is not null then
222: pay_core_utils.push_message(801,'PAY_INVALID_ER_DATA','P');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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