DBA Data[Home] [Help]

APPS.INL_CHARGE_PVT dependencies on INL_ALLOCATION_BASIS_VL

Line 48: FROM inl_allocation_basis_vl ab,

44: SELECT icv.allocation_basis,
45: ab.base_uom_code
46: INTO l_allocation_basis,
47: l_allocation_uom_code
48: FROM inl_allocation_basis_vl ab,
49: inl_charge_line_types_vl icv,
50: inl_charge_lines icl
51: WHERE ab.allocation_basis_code (+) = icv.allocation_basis
52: AND icv.charge_line_type_id (+) = icl.charge_line_type_id