DBA Data[Home] [Help]

APPS.WSH_DELIVERY_LEGS_GRP dependencies on WSH_REPORT_SET_LINES

Line 68: Wsh_Report_Set_Lines Wrsl

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:
72: l_parent_delivery_leg_id NUMBER;