DBA Data[Home] [Help]

APPS.WSH_DELIVERY_LEGS_GRP dependencies on WSH_REPORT_SETS

Line 67: FROM Wsh_Report_Sets Wrs,

63:
64: -- Cursor c_bol_doc_set added for bug 4493263
65: CURSOR c_bol_doc_set IS
66: SELECT WRS.Report_Set_Id
67: FROM Wsh_Report_Sets Wrs,
68: Wsh_Report_Set_Lines Wrsl
69: WHERE Wrsl.Report_Set_Id = Wrs.Report_Set_Id
70: AND Wrs.Name = 'Bill of Lading Report';
71: