DBA Data[Home] [Help]

APPS.WSH_DELIVERIES_GRP dependencies on WSH_REPORT_SETS

Line 89: FROM Wsh_Report_Sets Wrs,

85:
86: -- Cursors c_pack_slip_doc_set and c_delv_trip_id_cursor added for bug 4493263
87: CURSOR c_pack_slip_doc_set IS
88: SELECT WRS.Report_Set_Id
89: FROM Wsh_Report_Sets Wrs,
90: Wsh_Report_Set_Lines Wrsl
91: WHERE Wrsl.Report_Set_Id = Wrs.Report_Set_Id
92: AND Wrs.Name = 'Packing Slip Report';
93: