DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on PO_CODE_RELEASE_GRP

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

3947: -- Changes added to Patchet J. This is only to be done if PO pathset J
3948: -- is installed. API update_fob_point, will derive and update
3949: -- mmtt record with the fob_point and inv_intransit_account in
3950: -- case of an intransit Rcpt or intransit Shipment transaction
3951: IF (po_code_release_grp.current_release >= po_code_release_grp.prc_11i_family_pack_j) THEN
3952: IF (
3953: (v_mmtt.transaction_action_id = inv_globals.g_action_intransitshipment)
3954: OR(v_mmtt.transaction_action_id = inv_globals.g_action_intransitreceipt)
3955: ) THEN