DBA Data[Home] [Help]

APPS.JG_GLOBE_UTIL_PKG dependencies on JL_GLOBE_UTIL_PKG

Line 30: SELECT jl_globe_util_pkg.populate_icx_trx_reason_code

26: IF jg_zz_shared_pkg.get_product (p_org_id, NULL) = 'JL'
27: THEN
28: DEBUG ('Calling JL hook');
29:
30: SELECT jl_globe_util_pkg.populate_icx_trx_reason_code
31: (p_org_id,
32: p_item_id,
33: p_deliver_to_org_id
34: )

Line 94: jl_globe_util_pkg.populate_po_trx_reason_code (p_level_id,

90: -- and the PO will get transaction reason that got defaulted in RFQ.
91: IF l_transaction_reason_code IS NULL
92: THEN
93: DEBUG ('Calling JL hook');
94: jl_globe_util_pkg.populate_po_trx_reason_code (p_level_id,
95: l_org_id
96: );
97: DEBUG ('Returned from JL hook');
98: END IF;