DBA Data[Home] [Help]

APPS.WSH_TRIPS_GRP dependencies on WSH_REPORT_SETS

Line 515: FROM Wsh_Report_Sets Wrs,

511:
512: -- Cursor c_mbol_doc_set added for bug 4493263
513: CURSOR c_mbol_doc_set IS
514: SELECT WRS.Report_Set_Id
515: FROM Wsh_Report_Sets Wrs,
516: Wsh_Report_Set_Lines Wrsl
517: WHERE Wrsl.Report_Set_Id = Wrs.Report_Set_Id
518: AND Wrs.Name = 'Master Bill of Lading';
519: