DBA Data[Home] [Help]

APPS.INL_CHARGE_PVT dependencies on INL_CHARGE_LINE_TYPES_VL

Line 71: inl_charge_line_types_vl icv,

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
75: AND icl.charge_line_id = p_from_parent_table_id;