DBA Data[Home] [Help]

APPS.INVUPD2B dependencies on EGO_IMPORT_OPTION_SETS

Line 5488: SELECT 1 FROM ego_import_option_sets

5484: AND tl.language IN (SELECT l.language_code FROM fnd_languages l
5485: WHERE l.installed_flag IN ('I', 'B'));
5486:
5487: CURSOR is_gdsn_batch(cp_xset_id NUMBER) IS
5488: SELECT 1 FROM ego_import_option_sets
5489: WHERE batch_id = cp_xset_id
5490: AND enabled_for_data_pool = 'Y';
5491:
5492: CURSOR get_organization_code (cp_org_id VARCHAR2) IS