DBA Data[Home] [Help]

APPS.IBC_UTILITIES_GRP dependencies on IBC_STYLESHEETS

Line 365: ibc_stylesheets stlshts

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:
369: CURSOR c_item_name(p_content_item_id NUMBER,