DBA Data[Home] [Help]

APPS.INVPPROC dependencies on EGO_IMPORT_OPTION_SETS

Line 114: SELECT 1 FROM ego_import_option_sets

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