DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on INL_ALLOCATION_BASIS_VL

Line 4988: inl_allocation_basis_vl abv

4984: l_allocation_uom_code
4985: FROM inl_corr_match_amounts_v ma,
4986: inl_corr_matches_v m ,
4987: inl_charge_line_types_vl clt ,
4988: inl_allocation_basis_vl abv
4989: WHERE abv.allocation_basis_code = clt.allocation_basis
4990: AND clt.charge_line_type_id = m.charge_line_type_id
4991: AND m.match_amount_id = ma.match_amount_id
4992: AND ma.match_amount_id = p_match_amount_id

Line 5593: inl_allocation_basis_vl abv

5589: FROM
5590: inl_corr_match_amounts_v ma ,
5591: inl_matches m ,
5592: inl_charge_line_types_vl clt,
5593: inl_allocation_basis_vl abv
5594: WHERE
5595: abv.allocation_basis_code = clt.allocation_basis
5596: AND clt.charge_line_type_id = m.charge_line_type_id
5597: AND m.match_amount_id = ma.match_amount_id