DBA Data[Home] [Help]

APPS.WSH_INTERFACE_GRP dependencies on WSH_REPORT_SETS

Line 128: FROM wsh_report_sets rs

124:
125: -- Derive Report Set Name
126: CURSOR Report_Set (p_report_set_id NUMBER) IS
127: SELECT rs.name
128: FROM wsh_report_sets rs
129: WHERE rs.report_set_id = p_report_set_id;
130:
131: --frontport bug 4310141: check trip or delivery to default ship method.
132: