DBA Data[Home] [Help]

APPS.INL_CHARGE_PVT dependencies on INL_ALLOCATIONS

Line 2276: inl_allocations a

2272: cl.poo_organization_id,
2273: cl.poo_location_id
2274: FROM inl_charge_lines cl,
2275: inl_ship_lines_all sl,
2276: inl_allocations a
2277: WHERE cl.charge_line_id = a.from_parent_table_id
2278: AND sl.ship_line_id = a.ship_line_id
2279: AND from_parent_table_name = 'INL_CHARGE_LINES'
2280: AND a.ship_line_id = p_simul_ship_line_id;