DBA Data[Home] [Help]

APPS.AMS_DELIVERABLERULES_PVT dependencies on IBC_CITEM_VERSIONS_B

Line 371: AND ver.citem_Version_id = (select max(citem_version_id) from ibc_citem_versions_b where content_item_id = ci.content_item_id);

367: AND ci.content_item_id = ver.content_item_id
368: --AND ci.content_type_code = assoc.association_type_code
369: AND assoc.association_type_code = 'AMS_DELV'
370: AND assoc.content_item_id = ci.content_item_id
371: AND ver.citem_Version_id = (select max(citem_version_id) from ibc_citem_versions_b where content_item_id = ci.content_item_id);
372: --anchaudh on 27 Oct '03: added the above extra clause.
373:
374: BEGIN
375: -- Standard Start of API savepoint