DBA Data[Home] [Help]

APPS.CN_PMTPLAN_PUB dependencies on STANDARD

Line 175: -- Standard call to get message count and if count is 1,

171: x_loading_status => x_loading_status,
172: x_status => x_status);
173:
174: -- End of Create Pmt Plans.
175: -- Standard call to get message count and if count is 1,
176: -- get message info.
177:
178: FND_MSG_PUB.Count_And_Get
179: (

Line 251: -- Standard Start of API savepoint

247: where name = p_PmtPlan_rec.name
248: and org_id = p_PmtPlan_rec.org_id;
249:
250: BEGIN
251: -- Standard Start of API savepoint
252: SAVEPOINT Update_PmtPlan;
253: -- Standard call to check for call compatibility.
254: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
255: p_api_version ,

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

249:
250: BEGIN
251: -- Standard Start of API savepoint
252: SAVEPOINT Update_PmtPlan;
253: -- Standard call to check for call compatibility.
254: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
255: p_api_version ,
256: l_api_name ,
257: L_PKG_NAME )

Line 376: -- Standard check of p_commit.

372: x_loading_status => x_loading_status
373: );
374:
375: -- End of API body.
376: -- Standard check of p_commit.
377: IF FND_API.To_Boolean( p_commit ) THEN
378: COMMIT WORK;
379: END IF;
380: -- Standard call to get message count and if count is 1, get message info.

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

376: -- Standard check of p_commit.
377: IF FND_API.To_Boolean( p_commit ) THEN
378: COMMIT WORK;
379: END IF;
380: -- Standard call to get message count and if count is 1, get message info.
381: FND_MSG_PUB.Count_And_Get
382: (
383: p_count => x_msg_count ,
384: p_data => x_msg_data ,