DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on INL_CHARGE_LINE_TYPES_VL

Line 8310: inl_charge_line_types_vl clt ,

8306: INTO
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:

Line 8544: inl_charge_line_types_vl clt ,

8540: l_allocation_basis ,
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

Line 9391: inl_charge_line_types_vl clt,

9387: l_existing_match_info_flag
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