DBA Data[Home] [Help]

APPS.FND_FLEX_DIAGNOSE dependencies on FND_COMPILED_ID_FLEX_STRUCTS

Line 4436: FROM fnd_compiled_id_flex_structs cifs

4432: -- Compiled definitions without structure.
4433: --
4434: BEGIN
4435: DELETE
4436: FROM fnd_compiled_id_flex_structs cifs
4437: WHERE application_id = p_application_id
4438: AND id_flex_code = p_id_flex_code
4439: AND id_flex_num = p_id_flex_num
4440: AND NOT EXISTS

Line 4451: 'Unable to delete from FND_COMPILED_ID_FLEX_STRUCTS. ' ||

4447: GOTO return_success;
4448: EXCEPTION
4449: WHEN OTHERS THEN
4450: x_message :=
4451: 'Unable to delete from FND_COMPILED_ID_FLEX_STRUCTS. ' ||
4452: Sqlerrm;
4453: GOTO return_error;
4454: END;
4455: END IF;

Line 4463: FROM fnd_compiled_id_flex_structs cifs

4459: -- Compiled Structures without compiled KFF.
4460: --
4461: BEGIN
4462: DELETE
4463: FROM fnd_compiled_id_flex_structs cifs
4464: WHERE application_id = p_application_id
4465: AND id_flex_code = p_id_flex_code
4466: AND id_flex_num = p_id_flex_num
4467: AND NOT EXISTS

Line 4477: 'Unable to delete from FND_COMPILED_ID_FLEX_STRUCTS. ' ||

4473: GOTO return_success;
4474: EXCEPTION
4475: WHEN OTHERS THEN
4476: x_message :=
4477: 'Unable to delete from FND_COMPILED_ID_FLEX_STRUCTS. ' ||
4478: Sqlerrm;
4479: GOTO return_error;
4480: END;
4481: END IF;