DBA Data[Home] [Help]

APPS.PAY_JP_CREATE_CMA_PKG dependencies on FND_MESSAGE

Line 473: fnd_message.set_name('PAY', 'PAY_JP_BEE_UTIL_ASG_SET_CREATE');

469: --
470: -- Write the assignment_set_name created into log file
471: --
472: if l_assignment_set_id is not null then
473: fnd_message.set_name('PAY', 'PAY_JP_BEE_UTIL_ASG_SET_CREATE');
474: fnd_message.set_token('ASSIGNMENT_SET_NAME', l_assignment_set_name);
475: fnd_file.put_line(fnd_file.log, fnd_message.get);
476: end if;
477: --

Line 474: fnd_message.set_token('ASSIGNMENT_SET_NAME', l_assignment_set_name);

470: -- Write the assignment_set_name created into log file
471: --
472: if l_assignment_set_id is not null then
473: fnd_message.set_name('PAY', 'PAY_JP_BEE_UTIL_ASG_SET_CREATE');
474: fnd_message.set_token('ASSIGNMENT_SET_NAME', l_assignment_set_name);
475: fnd_file.put_line(fnd_file.log, fnd_message.get);
476: end if;
477: --
478: -- When no batch lines are created, delete batch header and set message as errbuf.

Line 475: fnd_file.put_line(fnd_file.log, fnd_message.get);

471: --
472: if l_assignment_set_id is not null then
473: fnd_message.set_name('PAY', 'PAY_JP_BEE_UTIL_ASG_SET_CREATE');
474: fnd_message.set_token('ASSIGNMENT_SET_NAME', l_assignment_set_name);
475: fnd_file.put_line(fnd_file.log, fnd_message.get);
476: end if;
477: --
478: -- When no batch lines are created, delete batch header and set message as errbuf.
479: --

Line 489: fnd_message.set_name('PAY', 'PAY_JP_BEE_UTIL_NO_ASGS');

485: p_batch_id => l_batch_id,
486: p_object_version_number => l_batch_ovn);
487: commit;
488: --
489: fnd_message.set_name('PAY', 'PAY_JP_BEE_UTIL_NO_ASGS');
490: p_errbuf := fnd_message.get;
491: fnd_file.put_line(fnd_file.log, p_errbuf);
492: end if;
493: --

Line 490: p_errbuf := fnd_message.get;

486: p_object_version_number => l_batch_ovn);
487: commit;
488: --
489: fnd_message.set_name('PAY', 'PAY_JP_BEE_UTIL_NO_ASGS');
490: p_errbuf := fnd_message.get;
491: fnd_file.put_line(fnd_file.log, p_errbuf);
492: end if;
493: --
494: -- If at least 1 assignment failed to process, set concurrent request status "Incomplete".