DBA Data[Home] [Help]

APPS.PAY_JP_ITAX_DPNT_INTERFACE_PKG dependencies on FND_MESSAGE

Line 428: fnd_message.set_name('PAY', 'PAY_JP_BEE_UTIL_NO_TARGET_IV');

424: and p_minor_dpnts_flag = 'N'
425: and p_dsbl_dpnts_flag = 'N'
426: and p_svr_dsbl_dpnts_flag = 'N'
427: and p_svr_dsbl_dpnts_lt_flag = 'N' then
428: fnd_message.set_name('PAY', 'PAY_JP_BEE_UTIL_NO_TARGET_IV');
429: fnd_message.raise_error;
430: end if;
431: --
432: -- Validate p_time_period_id and p_upload_date

Line 429: fnd_message.raise_error;

425: and p_dsbl_dpnts_flag = 'N'
426: and p_svr_dsbl_dpnts_flag = 'N'
427: and p_svr_dsbl_dpnts_lt_flag = 'N' then
428: fnd_message.set_name('PAY', 'PAY_JP_BEE_UTIL_NO_TARGET_IV');
429: fnd_message.raise_error;
430: end if;
431: --
432: -- Validate p_time_period_id and p_upload_date
433: --

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

531: --
532: -- Write the assignment_set_name created into log file
533: --
534: if l_assignment_set_id is not null then
535: fnd_message.set_name('PAY', 'PAY_JP_BEE_UTIL_ASG_SET_CREATE');
536: fnd_message.set_token('ASSIGNMENT_SET_NAME', l_assignment_set_name);
537: fnd_file.put_line(fnd_file.log, fnd_message.get);
538: end if;
539: --

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

532: -- Write the assignment_set_name created into log file
533: --
534: if l_assignment_set_id is not null then
535: fnd_message.set_name('PAY', 'PAY_JP_BEE_UTIL_ASG_SET_CREATE');
536: fnd_message.set_token('ASSIGNMENT_SET_NAME', l_assignment_set_name);
537: fnd_file.put_line(fnd_file.log, fnd_message.get);
538: end if;
539: --
540: -- When no batch lines are created, delete batch header and set message as errbuf.

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

533: --
534: if l_assignment_set_id is not null then
535: fnd_message.set_name('PAY', 'PAY_JP_BEE_UTIL_ASG_SET_CREATE');
536: fnd_message.set_token('ASSIGNMENT_SET_NAME', l_assignment_set_name);
537: fnd_file.put_line(fnd_file.log, fnd_message.get);
538: end if;
539: --
540: -- When no batch lines are created, delete batch header and set message as errbuf.
541: --

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

547: p_batch_id => l_batch_id,
548: p_object_version_number => l_batch_ovn);
549: commit;
550: --
551: fnd_message.set_name('PAY', 'PAY_JP_BEE_UTIL_NO_ASGS');
552: p_errbuf := fnd_message.get;
553: fnd_file.put_line(fnd_file.log, p_errbuf);
554: end if;
555: --

Line 552: p_errbuf := fnd_message.get;

548: p_object_version_number => l_batch_ovn);
549: commit;
550: --
551: fnd_message.set_name('PAY', 'PAY_JP_BEE_UTIL_NO_ASGS');
552: p_errbuf := fnd_message.get;
553: fnd_file.put_line(fnd_file.log, p_errbuf);
554: end if;
555: --
556: -- If at least 1 assignment failed to process, set concurrent request status "Incomplete".