DBA Data[Home] [Help]

APPS.CN_SCENARIOS_PVT dependencies on STANDARD

Line 22: -- Standard Start of API savepoint

18: l_api_name CONSTANT VARCHAR2(30) := 'delete_scenario_plans';
19: l_api_version CONSTANT NUMBER := 1.0;
20: BEGIN
21:
22: -- Standard Start of API savepoint
23: SAVEPOINT delete_scenario_plans;
24: -- Standard call to check for call compatibility.
25: IF NOT FND_API.Compatible_API_Call
26: (l_api_version ,

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

20: BEGIN
21:
22: -- Standard Start of API savepoint
23: SAVEPOINT delete_scenario_plans;
24: -- Standard call to check for call compatibility.
25: IF NOT FND_API.Compatible_API_Call
26: (l_api_version ,
27: p_api_version ,
28: l_api_name ,

Line 56: -- Standard check of p_commit.

52: end if;
53:
54: -- End of API body.
55:
56: -- Standard check of p_commit.
57: IF FND_API.To_Boolean( p_commit ) THEN
58: COMMIT WORK;
59: END IF;
60: -- Standard call to get message count and if count is 1, get message info.

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

56: -- Standard check of p_commit.
57: IF FND_API.To_Boolean( p_commit ) THEN
58: COMMIT WORK;
59: END IF;
60: -- Standard call to get message count and if count is 1, get message info.
61: FND_MSG_PUB.Count_And_Get
62: (p_count => x_msg_count ,
63: p_data => x_msg_data ,
64: p_encoded => FND_API.G_FALSE );