DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PVT dependencies on CSP_SHIPPING_DETAILS_V

Line 3892: from csp_shipping_details_v

3888:
3889: Cursor c_shipping_arrival_dt(p_organization_id Number, p_location_id Number) is
3890: select shipping_method,
3891: arrival_date
3892: from csp_shipping_details_v
3893: where organization_id = p_organization_id -- source inventory organization id
3894: and to_location_id = p_location_id -- hz_locations.location_id
3895: and location_source = 'HZ'
3896: order by shipping_cost,arrival_date;