DBA Data[Home] [Help]

APPS.ZPB_EXCEPTION_ALERT dependencies on STANDARD

Line 2152: -- Standard Start of API savepoint

2148:
2149:
2150: BEGIN
2151:
2152: -- Standard Start of API savepoint
2153: SAVEPOINT zpb_request_explanation;
2154: -- Standard call to check for call compatibility.
2155: IF NOT FND_API.Compatible_API_Call( l_api_version,
2156: p_api_version,

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

2150: BEGIN
2151:
2152: -- Standard Start of API savepoint
2153: SAVEPOINT zpb_request_explanation;
2154: -- Standard call to check for call compatibility.
2155: IF NOT FND_API.Compatible_API_Call( l_api_version,
2156: p_api_version,
2157: l_api_name,
2158: G_PKG_NAME)

Line 2446: -- Standard check of p_commit.

2442: commit;
2443: return;
2444: */
2445:
2446: -- Standard check of p_commit.
2447: IF FND_API.To_Boolean( p_commit ) THEN
2448: COMMIT WORK;
2449: END IF;
2450:

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

2447: IF FND_API.To_Boolean( p_commit ) THEN
2448: COMMIT WORK;
2449: END IF;
2450:
2451: -- Standard call to get message count and if count is 1, get message info.
2452: FND_MSG_PUB.Count_And_Get(
2453: p_count => x_msg_count,
2454: p_data => x_msg_data
2455: );