DBA Data[Home] [Help]

APPS.DELETE_FROM_IREP dependencies on FND_IREP_USES_TABLES

Line 65: Delete from FND_IREP_USES_TABLES

61: Delete from FND_CHILD_ANNOTATIONS
62: where parent_id = key_id
63: and parent_flag = 'C';
64:
65: Delete from FND_IREP_USES_TABLES
66: where CLASS_ID = key_id;
67:
68: Delete from FND_IREP_USES_MAPS
69: where CLASS_ID = key_id;