DBA Data[Home] [Help]

APPS.IBC_UTILITIES_GRP dependencies on IBC_CONTENT_ITEMS

Line 76: FROM IBC_CONTENT_ITEMS

72:
73: CURSOR c_live_version(p_content_item_id IN NUMBER)
74: IS
75: SELECT live_citem_version_id
76: FROM IBC_CONTENT_ITEMS
77: WHERE content_item_id = p_content_item_id;
78:
79: BEGIN
80: -- ******* Standard Begins ********

Line 364: FROM ibc_content_items citems,

360: IS
361: CURSOR c_items(p_content_item_id NUMBER)
362: IS
363: SELECT stlshts.content_item_id
364: FROM ibc_content_items citems,
365: ibc_stylesheets stlshts
366: WHERE citems.content_type_code = stlshts.content_type_code
367: AND citems.content_item_id = p_content_item_id;
368: