DBA Data[Home] [Help]

APPS.MSD_SCE_RECEIVE_FORECAST_PKG dependencies on MSC_ORGCUSTOMER_SHIP_METHODS_V

Line 367: from msc_orgcustomer_ship_methods_v

363: ) return number is
364:
365: cursor c2 is
366: select intransit_time
367: from msc_orgcustomer_ship_methods_v
368: where from_sr_instance_id(+) = p_from_instance_id and
369: from_organization_id(+) = p_from_organization_id and
370: to_location_id (+) = p_to_location_id and
371: default_flag(+) = 1;