DBA Data[Home] [Help]

APPS.WSH_NEW_DELIVERY_ACTIONS dependencies on WSH_REPORT_SETS

Line 2190: FROM wsh_report_sets rs

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

Line 2574: wsh_report_sets rs

2570:
2571: CURSOR Report_Set (l_organization_id NUMBER) IS
2572: SELECT rs.name, rs.report_set_id
2573: FROM wsh_shipping_parameters sp,
2574: wsh_report_sets rs
2575: WHERE sp.organization_id = l_organization_id AND
2576: rs.report_set_id = sp.delivery_report_set_id;
2577:
2578: CURSOR del_legs (l_delivery_id NUMBER) IS