[Home] [Help]
2709: -- Compiled definitions without DFF.
2710: --
2711: BEGIN
2712: DELETE
2713: FROM fnd_compiled_descriptive_flexs cdf
2714: WHERE application_id = p_application_id
2715: AND descriptive_flexfield_name = p_descriptive_flexfield_name
2716: AND NOT EXISTS
2717: (SELECT null
2722: GOTO return_success;
2723: EXCEPTION
2724: WHEN OTHERS THEN
2725: x_message :=
2726: 'Unable to delete from FND_COMPILED_DESCRIPTIVE_FLEXS. ' || Sqlerrm;
2727: GOTO return_error;
2728: END;
2729: END IF;
2730: