DBA Data[Home] [Help]

APPS.CN_SYSTEM_PARAMETERS_PVT dependencies on STANDARD

Line 119: -- Standard Start of API savepoint

115: for update of repository_id nowait;
116:
117: tlinfo c%rowtype ;
118: BEGIN
119: -- Standard Start of API savepoint
120: SAVEPOINT Update_Data;
121: -- Standard call to check for call compatibility.
122: IF NOT FND_API.Compatible_API_Call
123: (l_api_version ,

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

117: tlinfo c%rowtype ;
118: BEGIN
119: -- Standard Start of API savepoint
120: SAVEPOINT Update_Data;
121: -- Standard call to check for call compatibility.
122: IF NOT FND_API.Compatible_API_Call
123: (l_api_version ,
124: p_api_version ,
125: l_api_name ,

Line 223: -- Standard check of p_commit.

219: and period_type = 'Month';
220:
221: -- End of API body.
222:
223: -- Standard check of p_commit.
224: IF FND_API.To_Boolean( p_commit ) THEN
225: COMMIT WORK;
226: END IF;
227: -- Standard call to get message count and if count is 1, get message info.

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

223: -- Standard check of p_commit.
224: IF FND_API.To_Boolean( p_commit ) THEN
225: COMMIT WORK;
226: END IF;
227: -- Standard call to get message count and if count is 1, get message info.
228: FND_MSG_PUB.Count_And_Get
229: (p_count => x_msg_count ,
230: p_data => x_msg_data ,
231: p_encoded => FND_API.G_FALSE );