DBA Data[Home] [Help]

APPS.RCV_SHIPMENT_OBJECT_SV dependencies on PO_CORE_S

Line 69: --X_edi_install := po_core_s.get_product_install_status('EC'); --2187209

65: asn_debug.put_line('RCV_FAIL_IF_LINE_FAILS profile option =' || x_fail_if_one_line_fails);
66: END IF;
67:
68: --ksareddy 2506961 - performance bug - cache the install status of EC
69: --X_edi_install := po_core_s.get_product_install_status('EC'); --2187209
70: IF (g_is_edi_installed IS NULL) THEN
71: g_is_edi_installed := po_core_s.get_product_install_status('EC');
72: END IF;
73:

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

67:
68: --ksareddy 2506961 - performance bug - cache the install status of EC
69: --X_edi_install := po_core_s.get_product_install_status('EC'); --2187209
70: IF (g_is_edi_installed IS NULL) THEN
71: g_is_edi_installed := po_core_s.get_product_install_status('EC');
72: END IF;
73:
74: --ksareddy - 2506961 support for parallel processing - group_id based
75: OPEN rcv_shipment_object_sv.c1(x_request_id, x_group_id);