DBA Data[Home] [Help]

APPS.IEX_CUST_OVERVIEW_PVT dependencies on STANDARD

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

2349: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':begin');
2350:
2351: SAVEPOINT Get_Header_Info_PVT;
2352:
2353: -- Standard call to check for call compatibility.
2354: IF NOT FND_API.Compatible_API_Call (l_api_version,
2355: p_api_version,
2356: l_api_name,
2357: G_PKG_NAME) THEN

Line 2451: -- Standard check of p_commit

2447: x_msg_count => x_msg_count,
2448: x_msg_data => x_msg_data,
2449: x_location_info_rec => x_location_info_rec);
2450:
2451: -- Standard check of p_commit
2452: IF FND_API.To_Boolean(p_commit) THEN
2453: COMMIT WORK;
2454: END IF;
2455:

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

2452: IF FND_API.To_Boolean(p_commit) THEN
2453: COMMIT WORK;
2454: END IF;
2455:
2456: -- Standard call to get message count and if count is 1, get message info
2457: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
2458:
2459:
2460: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':end');

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

2567: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':begin');
2568:
2569: SAVEPOINT Create_Default_Contact_PVT;
2570:
2571: -- Standard call to check for call compatibility.
2572: IF NOT FND_API.Compatible_API_Call (l_api_version,
2573: p_api_version,
2574: l_api_name,
2575: G_PKG_NAME) THEN

Line 3000: -- Standard check of p_commit

2996: END IF; /*End of if l_Call_Api true loop for Party Site*/
2997:
2998: END IF; /* IF p_location_id IS NOT NULL THEN */
2999:
3000: -- Standard check of p_commit
3001: IF FND_API.To_Boolean(p_commit) THEN
3002: COMMIT WORK;
3003: END IF;
3004:

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

3001: IF FND_API.To_Boolean(p_commit) THEN
3002: COMMIT WORK;
3003: END IF;
3004:
3005: -- Standard call to get message count and if count is 1, get message info
3006: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
3007:
3008:
3009: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':end');