DBA Data[Home] [Help]

APPS.IBC_CITEM_PREVIEW_GRP dependencies on STANDARD

Line 20: --******** local variable for standards **********

16: x_msg_count OUT NOCOPY NUMBER,
17: x_msg_data OUT NOCOPY VARCHAR2,
18: x_content_item_xml OUT NOCOPY CLOB
19: ) AS
20: --******** local variable for standards **********
21: l_api_name CONSTANT VARCHAR2(30) := 'Preview_Citem_Basic_Xml';
22: l_api_version CONSTANT NUMBER := 1.0;
23: --
24: l_latest_component_versions VARCHAR2(1) := FND_API.G_TRUE;

Line 28: -- ******* Standard Begins ********

24: l_latest_component_versions VARCHAR2(1) := FND_API.G_TRUE;
25: x_num_levels_loaded NUMBER;
26: l_xml_encoding VARCHAR2(50);
27: BEGIN
28: -- ******* Standard Begins ********
29:
30: -- Standard call to check for call compatibility.
31: IF NOT FND_API.Compatible_API_Call (
32: l_api_version,

Line 30: -- Standard call to check for call compatibility.

26: l_xml_encoding VARCHAR2(50);
27: BEGIN
28: -- ******* Standard Begins ********
29:
30: -- Standard call to check for call compatibility.
31: IF NOT FND_API.Compatible_API_Call (
32: l_api_version,
33: p_api_version,
34: l_api_name,

Line 76: -- Standard call to get message count and if count=1, get the message

72: END IF;
73:
74: --******************* Real Logic End *********************
75:
76: -- Standard call to get message count and if count=1, get the message
77: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
78: p_data => x_msg_data);
79: EXCEPTION
80: WHEN FND_API.G_EXC_ERROR THEN

Line 114: --******** local variable for standards **********

110: x_msg_data OUT NOCOPY VARCHAR2,
111: x_content_item_xml OUT NOCOPY CLOB,
112: x_num_levels_loaded OUT NOCOPY NUMBER
113: ) AS
114: --******** local variable for standards **********
115: l_api_name CONSTANT VARCHAR2(30) := 'Preview_Citem_Deep_Xml';
116: l_api_version CONSTANT NUMBER := 1.0;
117: --
118: l_xml_encoding VARCHAR2(50);

Line 120: -- ******* Standard Begins ********

116: l_api_version CONSTANT NUMBER := 1.0;
117: --
118: l_xml_encoding VARCHAR2(50);
119: BEGIN
120: -- ******* Standard Begins ********
121:
122: -- Standard call to check for call compatibility.
123: IF NOT FND_API.Compatible_API_Call (
124: l_api_version,

Line 122: -- Standard call to check for call compatibility.

118: l_xml_encoding VARCHAR2(50);
119: BEGIN
120: -- ******* Standard Begins ********
121:
122: -- Standard call to check for call compatibility.
123: IF NOT FND_API.Compatible_API_Call (
124: l_api_version,
125: p_api_version,
126: l_api_name,

Line 172: -- Standard call to get message count and if count=1, get the message

168: END IF;
169:
170: --******************* Real Logic End *********************
171:
172: -- Standard call to get message count and if count=1, get the message
173: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
174: p_data => x_msg_data);
175: EXCEPTION
176: WHEN FND_API.G_EXC_ERROR THEN