DBA Data[Home] [Help]

APPS.AMS_CPAGEUTILITY_PVT dependencies on IBC_STYLESHEETS

Line 4040: -- 2. Create an entry in IBC_STYLESHEETS table.

4036: -- Stylesheet Description.
4037: -- 3. This procedure performs the following steps:
4038: -- 1. Create a Content Item of type STYLESHEET using Bulk Insert as an APPROVED item.
4039: -- Set the attribute bundle for the item, with DELIVERY_OPTION and OUTPUT_TYPE.
4040: -- 2. Create an entry in IBC_STYLESHEETS table.
4041: -- 4. This procedure returns the fact that it is successful, it also returns the
4042: -- newly created Display Template ID.
4043: --
4044: -- HISTORY

Line 4232: -- Create the association in IBC_STYLESHEETS, if success.

4228: END IF;
4229:
4230: END IF;
4231:
4232: -- Create the association in IBC_STYLESHEETS, if success.
4233: insert into IBC_STYLESHEETS
4234: (
4235: CONTENT_TYPE_CODE
4236: ,CONTENT_ITEM_ID

Line 4233: insert into IBC_STYLESHEETS

4229:
4230: END IF;
4231:
4232: -- Create the association in IBC_STYLESHEETS, if success.
4233: insert into IBC_STYLESHEETS
4234: (
4235: CONTENT_TYPE_CODE
4236: ,CONTENT_ITEM_ID
4237: ,DEFAULT_STYLESHEET_FLAG