DBA Data[Home] [Help]

APPS.WSH_NEW_DELIVERY_ACTIONS dependencies on WSH_REPORT_SETS

Line 2189: FROM wsh_report_sets rs

2185:
2186: CURSOR Report_Set (p_report_set_id NUMBER) IS
2187: SELECT rs.name,
2188: rs.report_set_id
2189: FROM wsh_report_sets rs
2190: WHERE rs.report_set_id = p_report_set_id;
2191:
2192: CURSOR Check_Trip (l_delivery_id NUMBER) IS
2193: select wts.trip_id

Line 2543: wsh_report_sets rs

2539:
2540: CURSOR Report_Set (l_organization_id NUMBER) IS
2541: SELECT rs.name, rs.report_set_id
2542: FROM wsh_shipping_parameters sp,
2543: wsh_report_sets rs
2544: WHERE sp.organization_id = l_organization_id AND
2545: rs.report_set_id = sp.delivery_report_set_id;
2546:
2547: CURSOR del_legs (l_delivery_id NUMBER) IS