DBA Data[Home] [Help]

APPS.PSP_MATRIX_DRIVER_PKG dependencies on FND_MSG_PUB

Line 654: fnd_msg_pub.initialize;

650: l_report_type := 'Regular'; -- Introduced for bug fix 3697471 to fix GSCC Warning file.Sql.35
651:
652: -- Initialize the fnd message routine
653: -- errbuf := 'Message Initialization failed';
654: fnd_msg_pub.initialize;
655:
656: -- set the run id for this run
657: -- errbuf := 'Run ID Initialization failed';
658: psp_matrix_driver_pkg.set_runid;

Line 1087: fnd_msg_pub.initialize;

1083:
1084: BEGIN
1085: l_report_type := 'Regular'; -- Introduced for bug fix 3697471 to fix GSCC Warning file.Sql.35
1086: -- Initialize the fnd message routine
1087: fnd_msg_pub.initialize;
1088:
1089: --set the Run Id for the current request
1090: --dbms_output.put_line('Organization List '||p_list_organization_id);
1091: