DBA Data[Home] [Help]

APPS.PSP_MATRIX_DRIVER_PKG dependencies on FND_MSG_PUB

Line 620: fnd_msg_pub.initialize;

616: l_report_type := 'Regular'; -- Introduced for bug fix 3697471 to fix GSCC Warning file.Sql.35
617:
618: -- Initialize the fnd message routine
619: -- errbuf := 'Message Initialization failed';
620: fnd_msg_pub.initialize;
621:
622: -- set the run id for this run
623: -- errbuf := 'Run ID Initialization failed';
624: psp_matrix_driver_pkg.set_runid;

Line 1053: fnd_msg_pub.initialize;

1049:
1050: BEGIN
1051: l_report_type := 'Regular'; -- Introduced for bug fix 3697471 to fix GSCC Warning file.Sql.35
1052: -- Initialize the fnd message routine
1053: fnd_msg_pub.initialize;
1054:
1055: --set the Run Id for the current request
1056: --dbms_output.put_line('Organization List '||p_list_organization_id);
1057: