DBA Data[Home] [Help]

APPS.RCV_ROI_PREPROCESSOR dependencies on PO_CORE_S

Line 210: g_is_edi_installed := po_core_s.get_product_install_status('EC');

206: END IF;
207:
208: -- Cache basic configuration options
209: IF (g_is_edi_installed IS NULL) THEN
210: g_is_edi_installed := po_core_s.get_product_install_status('EC');
211: END IF;
212:
213: /* get the profile option */
214: fnd_profile.get('RCV_FAIL_IF_LINE_FAILS', x_fail_all_lines);