DBA Data[Home] [Help]

APPS.AMS_IMP_LIST_IMPORT_TYPES_PKG dependencies on DUAL

Line 163: from dual;

159: where IMPORT_TYPE_ID = X_IMPORT_TYPE_ID;
160:
161: cursor c_get_import_type_id is
162: select ams_imp_list_import_types_s.nextval
163: from dual;
164: BEGIN
165: if X_OWNER = 'SEED' then
166: l_user_id := 1;
167: end if;