APPS.DELETE_FROM_IREP dependencies on FND_PARAMETERS
Line 90: Delete from FND_PARAMETERS
86: (select function_id
87: from FND_FORM_FUNCTIONS
88: where irep_class_id = key_id);
89: 90: Delete from FND_PARAMETERS 91: where function_id in
92: (select function_id
93: from FND_FORM_FUNCTIONS
94: where irep_class_id = key_id);