DBA Data[Home] [Help]

APPS.IBC_CONTENT_CTX_PKG dependencies on IBC_ATTRIBUTE_BUNDLES

Line 181: IBC_ATTRIBUTE_BUNDLES att

177: CURSOR cur_attribute_bundle(p_attribute_bundle_id IN NUMBER) IS
178: SELECT
179: attribute_bundle_data
180: FROM
181: IBC_ATTRIBUTE_BUNDLES att
182: WHERE
183: att.attribute_bundle_id = p_attribute_bundle_id;
184:
185: l_attribute_data CLOB;