DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on PO_CODE_RELEASE_GRP

Line 4238: IF (po_code_release_grp.current_release >= po_code_release_grp.prc_11i_family_pack_j) THEN

4234: -- Changes added to Patchet J. This is only to be done if PO pathset J
4235: -- is installed. API update_fob_point, will derive and update
4236: -- mmtt record with the fob_point and inv_intransit_account in
4237: -- case of an intransit Rcpt or intransit Shipment transaction
4238: IF (po_code_release_grp.current_release >= po_code_release_grp.prc_11i_family_pack_j) THEN
4239: IF (
4240: (v_mmtt.transaction_action_id = inv_globals.g_action_intransitshipment)
4241: OR(v_mmtt.transaction_action_id = inv_globals.g_action_intransitreceipt)
4242: ) THEN