DBA Data[Home] [Help]

APPS.INL_TAX_PVT dependencies on INL_ASSOCIATIONS

Line 127: inl_associations assoc

123: assoc.allocation_basis,
124: assoc.allocation_uom_code,
125: cl.*
126: FROM inl_adj_charge_lines_v cl,
127: inl_associations assoc
128: WHERE assoc.from_parent_table_name = 'INL_CHARGE_LINES'
129: AND assoc.from_parent_table_id = cl.charge_line_id
130: AND assoc.ship_header_id = p_ship_header_id
131: order by assoc.to_parent_table_name,