DBA Data[Home] [Help]

APPS.INVUPD2B dependencies on EGO_IMPORT_OPTION_SETS

Line 5734: SELECT 1 FROM ego_import_option_sets

5730: AND tl.language IN (SELECT l.language_code FROM fnd_languages l
5731: WHERE l.installed_flag IN ('I', 'B'));
5732:
5733: CURSOR is_gdsn_batch(cp_xset_id NUMBER) IS
5734: SELECT 1 FROM ego_import_option_sets
5735: WHERE batch_id = cp_xset_id
5736: AND enabled_for_data_pool = 'Y';
5737:
5738: CURSOR get_organization_code (cp_org_id VARCHAR2) IS