DBA Data[Home] [Help]

APPS.MSD_SCE_RECEIVE_FORECAST_PKG dependencies on MSC_ORGCUSTOMER_SHIP_METHODS_V

Line 404: from msc_orgcustomer_ship_methods_v

400: ) return number is
401:
402: cursor c2 is
403: select intransit_time
404: from msc_orgcustomer_ship_methods_v
405: where from_sr_instance_id(+) = p_from_instance_id and
406: from_organization_id(+) = p_from_organization_id and
407: to_location_id (+) = p_to_location_id and
408: default_flag(+) = 1;