DBA Data[Home] [Help]

APPS.IEU_TASKS_ENUMS_PVT dependencies on JTF_OBJECT_USAGES

Line 147: FROM JTF_OBJECT_USAGES

143: FROM JTF_TASK_ASSIGNMENTS ASG,JTF_TASKS_B TASKS
144: ,JTF_TASK_STATUSES_B STB --Added the following code by rgandhi for Bug9920514
145: WHERE exists
146: (SELECT null
147: FROM JTF_OBJECT_USAGES
148: WHERE OBJECT_USER_CODE = 'RESOURCES'
149: and object_code = ASG.RESOURCE_TYPE_CODE
150: AND OBJECT_CODE NOT IN ( 'RS_GROUP','RS_TEAM' ))
151: AND TASKS.TASK_ID = ASG.TASK_ID