DBA Data[Home] [Help]

APPS.WSH_TRIPS_ACTIONS dependencies on WSH_REPORT_SETS

Line 121: from wsh_report_sets

117: and st.stop_id = dg.pick_up_stop_id;
118:
119: cursor get_doc_set (c_report_set_id NUMBER) is
120: select name
121: from wsh_report_sets
122: where report_set_id = c_report_set_id;
123:
124: l_org_id number;
125: l_temp_org_id number;