DBA Data[Home] [Help]

APPS.AS_INTEREST_PUB dependencies on STANDARD

Line 82: -- standard start of api savepoint

78: l_module CONSTANT VARCHAR2(255) := 'as.plsql.intpb.create_interest';
79:
80: begin
81:
82: -- standard start of api savepoint
83: savepoint create_interest_pub;
84:
85: -- standard call to check for call compatibility.
86: if not fnd_api.compatible_api_call ( l_api_version_number,

Line 85: -- standard call to check for call compatibility.

81:
82: -- standard start of api savepoint
83: savepoint create_interest_pub;
84:
85: -- standard call to check for call compatibility.
86: if not fnd_api.compatible_api_call ( l_api_version_number,
87: p_api_version_number,
88: l_api_name,
89: g_pkg_name)

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

165: fnd_msg_pub.add;
166: end if;
167:
168:
169: -- Standard call to get message count and if count is 1, get message info.
170: fnd_msg_pub.count_and_get( p_count => p_msg_count
171: ,p_data => p_msg_data );
172:
173: exception

Line 289: -- Standard Start of API savepoint

285:
286:
287: BEGIN
288:
289: -- Standard Start of API savepoint
290: SAVEPOINT UPDATE_INTEREST_PUB;
291:
292: -- Standard call to check for call compatibility.
293: IF NOT FND_API.Compatible_API_Call( l_api_version_number,

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

288:
289: -- Standard Start of API savepoint
290: SAVEPOINT UPDATE_INTEREST_PUB;
291:
292: -- Standard call to check for call compatibility.
293: IF NOT FND_API.Compatible_API_Call( l_api_version_number,
294: p_api_version_number,
295: l_api_name,
296: G_PKG_NAME)

Line 406: -- Standard check of p_commit.

402:
403: AS_RTTAP_ACCOUNT.PROCESS_RTTAP_ACCOUNT
404: (p_interest_rec.customer_id,x_return_status);
405:
406: -- Standard check of p_commit.
407: IF FND_API.To_Boolean ( p_commit )
408: THEN
409: COMMIT WORK;
410: END IF;

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

415: FND_MESSAGE.Set_Name('AS', 'Pub Interest API: End');
416: FND_MSG_PUB.Add;
417: END IF;
418:
419: -- Standard call to get message count and if count is 1, get message info.
420: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count,
421: p_data => x_msg_data
422: );
423:

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

974: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
975: l_module CONSTANT VARCHAR2(255) := 'as.plsql.intpb.Delete_Interest';
976: begin
977: SAVEPOINT DELETE_INTEREST_PUB;
978: -- Standard call to check for call compatibility.
979: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
980: p_api_version_number,
981: l_api_name,
982: G_PKG_NAME)