DBA Data[Home] [Help]

APPS.INVPVALI dependencies on EGO_IMPORT_OPTION_SETS

Line 226: SELECT 1 FROM ego_import_option_sets

222: from mtl_parameters
223: where organization_id = cp_org_id;
224:
225: CURSOR is_gdsn_batch(cp_xset_id NUMBER) IS
226: SELECT 1 FROM ego_import_option_sets
227: WHERE batch_id = cp_xset_id
228: AND enabled_for_data_pool = 'Y';
229:
230: status number;