DBA Data[Home] [Help]

APPS.DELETE_FROM_IREP dependencies on FND_IREP_FUNCTION_FLAVORS

Line 77: where obj_name = 'FND_IREP_FUNCTION_FLAVORS'

73: end if;
74:
75: -- remove method subentities
76: Delete from FND_LOOKUP_ASSIGNMENTS
77: where obj_name = 'FND_IREP_FUNCTION_FLAVORS'
78: and INSTANCE_PK1_VALUE in
79: (select function_id
80: from FND_FORM_FUNCTIONS
81: where irep_class_id = key_id);

Line 114: Delete from FND_IREP_FUNCTION_FLAVORS

110: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, 'DeleteFromIrep', 'Derived Entry : '|| assoc_key_id);
111: end if;
112:
113: -- remove flavors
114: Delete from FND_IREP_FUNCTION_FLAVORS
115: where FUNCTION_ID in
116: (select function_id
117: from FND_FORM_FUNCTIONS
118: where irep_class_id = assoc_key_id);

Line 160: Delete from FND_IREP_FUNCTION_FLAVORS

156:
157: -- ### remove basic entries ###
158:
159: -- remove flavors
160: Delete from FND_IREP_FUNCTION_FLAVORS
161: where FUNCTION_ID in
162: (select function_id
163: from FND_FORM_FUNCTIONS
164: where irep_class_id = key_id);