APPS.FND_FLEX_SERVER dependencies on FND_COMPILED_ID_FLEX_STRUCTS
Line 5075: DELETE FROM fnd_compiled_id_flex_structs
5071: p_id_flex_num IN NUMBER)
5072: IS
5073: PRAGMA AUTONOMOUS_TRANSACTION;
5074: BEGIN 5075: DELETE FROM fnd_compiled_id_flex_structs 5076: WHERE application_id = p_application_id
5077: AND id_flex_code = p_id_flex_code
5078: AND id_flex_num = p_id_flex_num;
5079: