DBA Data[Home] [Help]

APPS.INL_CHARGE_PVT dependencies on INL_ALLOCATION_BASIS_VL

Line 70: FROM inl_allocation_basis_vl ab,

66: SELECT icv.allocation_basis,
67: ab.base_uom_code
68: INTO l_allocation_basis,
69: l_allocation_uom_code
70: FROM inl_allocation_basis_vl ab,
71: inl_charge_line_types_vl icv,
72: inl_charge_lines icl
73: WHERE ab.allocation_basis_code (+) = icv.allocation_basis
74: AND icv.charge_line_type_id (+) = icl.charge_line_type_id