DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on INL_ALLOCATION_BASIS_VL

Line 8311: inl_allocation_basis_vl abv

8307: l_ChLn_Assoc.inl_Assoc.allocation_basis,
8308: l_ChLn_Assoc.inl_Assoc.allocation_uom_code
8309: FROM
8310: inl_charge_line_types_vl clt ,
8311: inl_allocation_basis_vl abv
8312: WHERE abv.allocation_basis_code = clt.allocation_basis
8313: AND clt.charge_line_type_id = l_ChLn_Assoc.charge_line_type_id;
8314:
8315: INL_LOGGING_PVT.Log_Variable (

Line 8545: inl_allocation_basis_vl abv

8541: l_allocation_uom_code
8542: FROM inl_match_amounts ma, -- Bug #9179775
8543: inl_corr_matches_v m ,
8544: inl_charge_line_types_vl clt ,
8545: inl_allocation_basis_vl abv
8546: WHERE abv.allocation_basis_code = clt.allocation_basis
8547: AND clt.charge_line_type_id = m.charge_line_type_id
8548: AND m.match_amount_id = ma.match_amount_id
8549: AND ma.match_amount_id = p_match_amount_id

Line 9392: inl_allocation_basis_vl abv

9388: FROM
9389: inl_match_amounts ma , -- Bug #9179775
9390: inl_matches m ,
9391: inl_charge_line_types_vl clt,
9392: inl_allocation_basis_vl abv
9393: WHERE
9394: abv.allocation_basis_code = clt.allocation_basis
9395: AND clt.charge_line_type_id = m.charge_line_type_id
9396: AND m.match_amount_id = ma.match_amount_id