DBA Data[Home] [Help]

APPS.IBC_AUDIT_LOG_GRP dependencies on IBC_CONTENT_ITEMS

Line 128: FROM ibc_content_items

124: AND language = p_language;
125: CURSOR c_citem (p_citem_id NUMBER)
126: IS
127: SELECT *
128: FROM ibc_content_items
129: WHERE content_item_id = p_citem_id;
130: BEGIN
131: l_orig_msg := FND_MESSAGE.get_string(NVL(p_audit_log.MESSAGE_APPLICATION, 'IBC'),
132: NVL(p_audit_log.MESSAGE_NAME, 'IBC_DFLT_AUDIT_MSG'));

Line 350: FROM ibc_content_items

346: IF p_object_type = G_CONTENT_ITEM THEN
347: BEGIN
348: SELECT content_item_status
349: INTO l_object_status
350: FROM ibc_content_items
351: WHERE content_item_id = p_object_value1;
352: EXCEPTION WHEN OTHERS THEN
353: NULL;
354: END;