DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_GRP dependencies on WSH_UTIL_CORE

Line 143: result_id_tab wsh_util_core.id_tab_type,

139: TYPE stopActionOutRecType
140: IS
141: RECORD
142: (
143: result_id_tab wsh_util_core.id_tab_type,
144: valid_ids_tab wsh_util_core.id_tab_type,
145: selection_issue_flag VARCHAR2(1)
146: );
147: --===================

Line 144: valid_ids_tab wsh_util_core.id_tab_type,

140: IS
141: RECORD
142: (
143: result_id_tab wsh_util_core.id_tab_type,
144: valid_ids_tab wsh_util_core.id_tab_type,
145: selection_issue_flag VARCHAR2(1)
146: );
147: --===================
148: -- NEW PROCEDURES