DBA Data[Home] [Help]

APPS.INL_INTEGRATION_GRP dependencies on INL_SHIP_LINES_ALL

Line 2714: FROM inl_ship_lines_all sl

2710: x_currency_code,
2711: x_currency_conversion_type,
2712: x_currency_conversion_date,
2713: x_currency_conversion_rate
2714: FROM inl_ship_lines_all sl
2715: WHERE sl.ship_line_id = p_ship_line_id;
2716:
2717: -- End of Api Body
2718:

Line 3979: FROM inl_ship_lines_all sl,

3975: sl.txn_qty,
3976: muv.unit_of_measure,
3977: sl.txn_unit_price,
3978: sl.currency_code
3979: FROM inl_ship_lines_all sl,
3980: inl_ship_headers sh,
3981: mtl_units_of_measure_vl muv
3982: WHERE muv.uom_code = sl.txn_uom_code
3983: AND sl.ship_header_id = sh.ship_header_id