DBA Data[Home] [Help]

APPS.INVPPROC dependencies on EGO_IMPORT_OPTION_SETS

Line 113: SELECT 1 FROM ego_import_option_sets

109: AND tl.language IN (SELECT l.language_code FROM fnd_languages l
110: WHERE l.installed_flag IN ('I', 'B'));
111:
112: CURSOR is_gdsn_batch(cp_xset_id NUMBER) IS
113: SELECT 1 FROM ego_import_option_sets
114: WHERE batch_id = cp_xset_id
115: AND enabled_for_data_pool = 'Y';
116:
117: CURSOR duplicate_recs IS