DBA Data[Home] [Help]

APPS.GML_REQIMPORT_GRP dependencies on GML_PO_FOR_PROCESS

Line 141: IF G_OPM_INSTALLED <> 'I' OR NOT gml_po_for_process.check_po_for_proc THEN

137: END IF;
138:
139: --do validations only if opm and common receiving are installed
140: --return true if in case opm is not installed or common receiving is not installed
141: IF G_OPM_INSTALLED <> 'I' OR NOT gml_po_for_process.check_po_for_proc THEN
142: RETURN;
143: END IF;
144:
145: --Loop for every record in the interface table for the current concurrent request.