DBA Data[Home] [Help]

APPS.IBC_VALIDATE_PVT dependencies on IBC_CONTENT_ITEMS

Line 67: ibc_content_items

63: CURSOR c_appi IS
64: SELECT
65: content_item_id
66: FROM
67: ibc_content_items
68: WHERE
69: content_item_id = f_citem_id
70: AND
71: content_item_status = IBC_UTILITIES_PUB.G_STI_APPROVED;

Line 435: ibc_content_items

431: CURSOR c_citem IS
432: SELECT
433: content_item_id
434: FROM
435: ibc_content_items
436: WHERE
437: content_item_id = f_citem_id;
438:
439: temp NUMBER;

Line 1108: FROM ibc_content_items

1104: ELSIF p_data_type_code = 'component' THEN
1105: DECLARE
1106: CURSOR C_content_item_id IS
1107: SELECT content_item_id
1108: FROM ibc_content_items
1109: WHERE content_item_id = TO_NUMBER(p_default_value);
1110:
1111: l_content_item_id NUMBER;
1112: BEGIN

Line 1333: ibc_content_items

1329: CURSOR c_app IS
1330: SELECT
1331: base_language
1332: FROM
1333: ibc_content_items
1334: WHERE
1335: content_item_id = f_content_item_id;
1336:
1337: temp VARCHAR2(35);