DBA Data[Home] [Help]

APPS.CZ_QC_MGR dependencies on CZ_CF_API

Line 137: cz_cf_api.delete_configuration (

133: BULK COLLECT INTO t_cfg_id, t_cfg_nbr LIMIT PurgeDeleteConfigBatchsize;
134: EXIT WHEN ((cur_configs%NOTFOUND) AND (t_cfg_id.COUNT = 0));
135: IF (t_cfg_id.COUNT > 0) THEN
136: FOR i IN t_cfg_id.FIRST..t_cfg_id.LAST LOOP
137: cz_cf_api.delete_configuration (
138: t_cfg_id(i),
139: t_cfg_nbr(i),
140: l_usage_exists,
141: l_error_message,