DBA Data[Home] [Help]

APPS.IEU_WR_PUB dependencies on JTF_OBJECT_PURGE_PARAM_TMP

Line 9603: FROM JTF_OBJECT_PURGE_PARAM_TMP t

9599: WHERE WORKITEM_OBJ_CODE = p_object_type
9600: and WORKITEM_PK_ID in
9601: (
9602: SELECT t.object_id
9603: FROM JTF_OBJECT_PURGE_PARAM_TMP t
9604: WHERE t.object_type = p_object_type
9605: AND t.processing_set_id = p_processing_set_id
9606: AND nvl(t.purge_status,'S') <> 'E'
9607: );