DBA Data[Home] [Help]

APPS.IGS_AV_LVL_LGCY_PUB dependencies on STANDARD

Line 265: --Standard start of API savepoint

261: l_skip VARCHAR2(1) := 'N'; -- check whether to to skip the steps
262: l_return VARCHAR2(1) ;
263:
264: BEGIN -- main begin
265: --Standard start of API savepoint
266: SAVEPOINT create_adv_stnd_level;
267:
268: --Standard call to check for call compatibility.
269: IF NOT FND_API.Compatible_API_Call(

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

264: BEGIN -- main begin
265: --Standard start of API savepoint
266: SAVEPOINT create_adv_stnd_level;
267:
268: --Standard call to check for call compatibility.
269: IF NOT FND_API.Compatible_API_Call(
270: l_api_version,
271: p_api_version,
272: l_api_name,

Line 649: --Standard check of p_commit.

645: IF x_return_status IN (FND_API.G_RET_STS_ERROR,'W','E') THEN
646: ROLLBACK TO create_adv_stnd_level;
647: END IF;
648:
649: --Standard check of p_commit.
650: IF FND_API.to_Boolean(p_commit) AND x_return_status = FND_API.G_RET_STS_SUCCESS THEN
651: commit;
652: END IF;
653:

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

650: IF FND_API.to_Boolean(p_commit) AND x_return_status = FND_API.G_RET_STS_SUCCESS THEN
651: commit;
652: END IF;
653:
654: --Standard call to get message count and if count is 1, get message info.
655: FND_MSG_PUB.Count_And_Get(
656: p_count => x_msg_count,
657: p_data => x_msg_data);
658: