DBA Data[Home] [Help]

APPS.IBE_CATALOG_PRELOAD_PUB dependencies on STANDARD

Line 53: -- standard call to check for call compatibility

49:
50: BEGIN
51: --gzhang 08/08/2002, bug#2488246
52: --ibe_util.enable_debug;
53: -- standard call to check for call compatibility
54: IF NOT FND_API.Compatible_API_Call (l_api_version,
55: p_api_version,
56: l_api_name,
57: G_PKG_NAME )

Line 85: -- standard call to get message count and if count is 1, get message info.

81: IF (IBE_UTIL.G_DEBUGON = FND_API.G_TRUE) THEN
82: IBE_UTIL.debug('IBE_CATALOG_PRELOAD_PUB.Get_Preload_Section_Ids(-)');
83: END IF;
84:
85: -- standard call to get message count and if count is 1, get message info.
86: FND_MSG_PUB.Count_And_Get
87: ( p_encoded => FND_API.G_FALSE,
88: p_count => x_msg_count,
89: p_data => x_msg_data

Line 183: -- standard call to check for call compatibility

179:
180: BEGIN
181: --gzhang 08/08/2002, bug#2488246
182: --ibe_util.enable_debug;
183: -- standard call to check for call compatibility
184: IF NOT FND_API.Compatible_API_Call (l_api_version,
185: p_api_version,
186: l_api_name,
187: G_PKG_NAME )

Line 213: -- standard call to get message count and if count is 1, get message info.

209:
210: -- end API body
211: IBE_UTIL.debug('IBE_CATALOG_PRELOAD_PUB.Get_Preload_Item_Ids(-)');
212:
213: -- standard call to get message count and if count is 1, get message info.
214: FND_MSG_PUB.Count_And_Get
215: ( p_encoded => FND_API.G_FALSE,
216: p_count => x_msg_count,
217: p_data => x_msg_data