DBA Data[Home] [Help]

APPS.CN_TRX_FACTORS_PVT dependencies on STANDARD

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

195: x_loading_status := 'TRX_FACTORS_EXISTS';
196: END IF ;
197:
198: -- End of Validate Trx Factors.
199: -- Standard call to get message count and if count is 1, get message info.
200: --+
201: FND_MSG_PUB.Count_And_Get
202: (
203: p_count => x_msg_count,

Line 272: -- Standard Start of API savepoint

268: l_loading_status VARCHAR2(80);
269:
270: BEGIN
271: --
272: -- Standard Start of API savepoint
273: -- +
274: SAVEPOINT Update_trx_Factors ;
275: --+
276: -- Standard call to check for call compatibility.

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

272: -- Standard Start of API savepoint
273: -- +
274: SAVEPOINT Update_trx_Factors ;
275: --+
276: -- Standard call to check for call compatibility.
277: --+
278: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
279: p_api_version ,
280: l_api_name ,

Line 372: -- Standard check of p_commit.

368: END IF;
369: END IF;
370: END IF;
371: -- End of API body.
372: -- Standard check of p_commit.
373: --+
374: IF FND_API.To_Boolean( p_commit ) THEN
375: COMMIT WORK;
376: END IF;

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

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