DBA Data[Home] [Help]

APPS.IGS_AS_SUAO_LGCY_PUB dependencies on STANDARD

Line 251: --Standard start of API savepoint

247: l_uoo_id IGS_AS_SU_STMPTOUT_ALL.UOO_ID%TYPE;
248: l_release_date IGS_AS_SU_STMPTOUT_ALL.RELEASE_DATE%TYPE;
249: duplicate_record_exists EXCEPTION;
250: BEGIN
251: --Standard start of API savepoint
252: SAVEPOINT create_unit_outcome;
253:
254: --Standard call to check for call compatibility.
255: IF NOT FND_API.Compatible_API_Call(

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

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

Line 560: --Standard check of p_commit.

556:
557:
558: /*==================== End Of Code ===================================*/
559:
560: --Standard check of p_commit.
561: IF FND_API.to_Boolean(p_commit) AND x_return_status = FND_API.G_RET_STS_SUCCESS THEN
562: commit;
563: END IF;
564: