DBA Data[Home] [Help]

APPS.DELETE_FROM_IREP dependencies on FND_FORM_FUNCTIONS_TL

Line 125: Delete from FND_FORM_FUNCTIONS_TL

121: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, 'DeleteFromIrep', 'Derived Function Flavors Removed');
122: end if;
123:
124: --remove functions
125: Delete from FND_FORM_FUNCTIONS_TL
126: where function_id in
127: (select function_id
128: from fnd_form_functions
129: where irep_class_id = assoc_key_id);

Line 171: Delete from FND_FORM_FUNCTIONS_TL

167: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, 'DeleteFromIrep', 'Function Flavors Removed');
168: end if;
169:
170: --remove functions
171: Delete from FND_FORM_FUNCTIONS_TL
172: where function_id in
173: (select function_id
174: from fnd_form_functions
175: where irep_class_id = key_id);