DBA Data[Home] [Help]

APPS.FEM_PARTY_PROFITABILITY_PUB dependencies on STANDARD

Line 88: --Standard start of API savepoint

84: l_api_version CONSTANT NUMBER := 1.0;
85:
86:
87: BEGIN
88: --Standard start of API savepoint
89: SAVEPOINT create_profitability_pub;
90:
91: --Standard call to check for call compatibility.
92: IF NOT FND_API.Compatible_API_Call(

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

87: BEGIN
88: --Standard start of API savepoint
89: SAVEPOINT create_profitability_pub;
90:
91: --Standard call to check for call compatibility.
92: IF NOT FND_API.Compatible_API_Call(
93: l_api_version,
94: p_api_version,
95: l_api_name,

Line 161: --Standard check of p_commit.

157:
158: END IF;
159: */
160:
161: --Standard check of p_commit.
162: IF FND_API.to_Boolean(p_commit) THEN
163: commit;
164: END IF;
165:

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

162: IF FND_API.to_Boolean(p_commit) THEN
163: commit;
164: END IF;
165:
166: --Standard call to get message count and if count is 1, get message info.
167: FND_MSG_PUB.Count_And_Get(
168: p_encoded => FND_API.G_FALSE,
169: p_count => x_msg_count,
170: p_data => x_msg_data);

Line 253: --Standard start of API savepoint

249: l_api_version CONSTANT NUMBER := 1.0;
250:
251:
252: BEGIN
253: --Standard start of API savepoint
254: SAVEPOINT update_profitability_pub;
255:
256: --Standard call to check for call compatibility.
257: IF NOT FND_API.Compatible_API_Call(

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

252: BEGIN
253: --Standard start of API savepoint
254: SAVEPOINT update_profitability_pub;
255:
256: --Standard call to check for call compatibility.
257: IF NOT FND_API.Compatible_API_Call(
258: l_api_version,
259: p_api_version,
260: l_api_name,

Line 354: --Standard check of p_commit.

350: -- End of the post-processing steps
351: -----------------------------------------------------------------
352: */
353:
354: --Standard check of p_commit.
355:
356: IF FND_API.to_Boolean(p_commit) THEN
357: commit;
358: END IF;

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

356: IF FND_API.to_Boolean(p_commit) THEN
357: commit;
358: END IF;
359:
360: --Standard call to get message count and if count is 1, get message info.
361: FND_MSG_PUB.Count_And_Get(
362: p_encoded => FND_API.G_FALSE,
363: p_count => x_msg_count,
364: p_data => x_msg_data);