DBA Data[Home] [Help]

APPS.HZ_WORD_REPLACEMENT_PUB dependencies on STANDARD

Line 83: --Standard start of API savepoint

79: l_api_version CONSTANT NUMBER := 1.0;
80:
81: l_word_replacement_rec WORD_REPLACEMENT_REC_TYPE := p_word_replacement_rec;
82: BEGIN
83: --Standard start of API savepoint
84: SAVEPOINT create_word_replacement_pub;
85:
86: --Standard call to check for call compatibility.
87: IF NOT FND_API.Compatible_API_Call(

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

82: BEGIN
83: --Standard start of API savepoint
84: SAVEPOINT create_word_replacement_pub;
85:
86: --Standard call to check for call compatibility.
87: IF NOT FND_API.Compatible_API_Call(
88: l_api_version,
89: p_api_version,
90: l_api_name,

Line 111: --Standard check of p_commit.

107: x_original_word,
108: x_type,
109: x_return_status);
110:
111: --Standard check of p_commit.
112: IF FND_API.to_Boolean(p_commit) THEN
113: commit;
114: END IF;
115:

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

112: IF FND_API.to_Boolean(p_commit) THEN
113: commit;
114: END IF;
115:
116: --Standard call to get message count and if count is 1, get message info.
117: FND_MSG_PUB.Count_And_Get(
118: p_encoded => FND_API.G_FALSE,
119: p_count => x_msg_count,
120: p_data => x_msg_data);

Line 203: --Standard start of API savepoint

199:
200: l_word_replacement_rec WORD_REPLACEMENT_REC_TYPE := p_word_replacement_rec;
201: l_old_word_replacement_rec WORD_REPLACEMENT_REC_TYPE;
202: BEGIN
203: --Standard start of API savepoint
204: SAVEPOINT update_word_replacement_pub;
205:
206: --Standard call to check for call compatibility.
207: IF NOT FND_API.Compatible_API_Call(

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

202: BEGIN
203: --Standard start of API savepoint
204: SAVEPOINT update_word_replacement_pub;
205:
206: --Standard call to check for call compatibility.
207: IF NOT FND_API.Compatible_API_Call(
208: l_api_version,
209: p_api_version,
210: l_api_name,

Line 236: --Standard check of p_commit.

232: l_word_replacement_rec,
233: p_last_update_date,
234: x_return_status);
235:
236: --Standard check of p_commit.
237: IF FND_API.to_Boolean(p_commit) THEN
238: commit;
239: END IF;
240:

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

237: IF FND_API.to_Boolean(p_commit) THEN
238: commit;
239: END IF;
240:
241: --Standard call to get message count and if count is 1, get message info.
242: FND_MSG_PUB.Count_And_Get(
243: p_encoded => FND_API.G_FALSE,
244: p_count => x_msg_count,
245: p_data => x_msg_data);