DBA Data[Home] [Help]

APPS.IEX_CUST_OVERVIEW_PVT dependencies on STANDARD

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

2547: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':begin');
2548:
2549: SAVEPOINT Get_Header_Info_PVT;
2550:
2551: -- Standard call to check for call compatibility.
2552: IF NOT FND_API.Compatible_API_Call (l_api_version,
2553: p_api_version,
2554: l_api_name,
2555: G_PKG_NAME) THEN

Line 2649: -- Standard check of p_commit

2645: x_msg_count => x_msg_count,
2646: x_msg_data => x_msg_data,
2647: x_location_info_rec => x_location_info_rec);
2648:
2649: -- Standard check of p_commit
2650: IF FND_API.To_Boolean(p_commit) THEN
2651: COMMIT WORK;
2652: END IF;
2653:

Line 2654: -- Standard call to get message count and if count is 1, get message info

2650: IF FND_API.To_Boolean(p_commit) THEN
2651: COMMIT WORK;
2652: END IF;
2653:
2654: -- Standard call to get message count and if count is 1, get message info
2655: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
2656:
2657:
2658: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':end');

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

2794: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':begin');
2795:
2796: SAVEPOINT Create_Default_Contact_PVT;
2797:
2798: -- Standard call to check for call compatibility.
2799: IF NOT FND_API.Compatible_API_Call (l_api_version,
2800: p_api_version,
2801: l_api_name,
2802: G_PKG_NAME) THEN

Line 3283: -- Standard check of p_commit

3279: RAISE FND_API.G_EXC_ERROR;
3280: END IF;
3281: -- End ER 13329879
3282:
3283: -- Standard check of p_commit
3284: IF FND_API.To_Boolean(p_commit) THEN
3285: COMMIT WORK;
3286: END IF;
3287:

Line 3288: -- Standard call to get message count and if count is 1, get message info

3284: IF FND_API.To_Boolean(p_commit) THEN
3285: COMMIT WORK;
3286: END IF;
3287:
3288: -- Standard call to get message count and if count is 1, get message info
3289: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
3290:
3291:
3292: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':end');