DBA Data[Home] [Help]

APPS.IGS_EN_SPAA_LGCY_PUB dependencies on STANDARD

Line 258: -- Standard Start of API savepoint

254: l_last_updated_by igs_en_spa_awd_aim.last_updated_by%TYPE;
255: l_last_update_login igs_en_spa_awd_aim.last_update_login%TYPE;
256:
257: BEGIN
258: -- Standard Start of API savepoint
259: SAVEPOINT awd_aim_pub;
260: -- Standard call to check for call compatibility.
261: IF NOT FND_API.COMPATIBLE_API_CALL (l_api_version,
262: p_api_version,

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

256:
257: BEGIN
258: -- Standard Start of API savepoint
259: SAVEPOINT awd_aim_pub;
260: -- Standard call to check for call compatibility.
261: IF NOT FND_API.COMPATIBLE_API_CALL (l_api_version,
262: p_api_version,
263: l_api_name,
264: g_pkg_name ) THEN

Line 370: -- Standard check of p_commit.

366: END IF;
367: ROLLBACK TO awd_aim_pub;
368: ELSIF l_stdnt_awd_aim_status = 'VALID' THEN
369: x_return_status := FND_API.G_RET_STS_SUCCESS ;
370: -- Standard check of p_commit.
371: IF FND_API.TO_BOOLEAN( p_commit ) THEN
372: COMMIT WORK;
373: END IF;
374: END IF;

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

372: COMMIT WORK;
373: END IF;
374: END IF;
375:
376: -- Standard call to get message count and if count is 1, get message info.
377: FND_MSG_PUB.COUNT_AND_GET ( p_count => x_msg_count,
378: p_data => x_msg_data );
379: EXCEPTION
380: WHEN FND_API.G_EXC_ERROR THEN