DBA Data[Home] [Help]

APPS.IGS_AV_UNT_LGCY_PUB dependencies on STANDARD

Line 1614: --Standard start of API savepoint

1610: select IGS_AV_UNT_REF_CDS_S.nextval from dual;
1611:
1612: BEGIN
1613: mydebug('ENTERED create_adv_stnd_unit ');
1614: --Standard start of API savepoint
1615: SAVEPOINT create_adv_stnd_unit;
1616:
1617: --Standard call to check for call compatibility.
1618: IF NOT FND_API.Compatible_API_Call(

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

1613: mydebug('ENTERED create_adv_stnd_unit ');
1614: --Standard start of API savepoint
1615: SAVEPOINT create_adv_stnd_unit;
1616:
1617: --Standard call to check for call compatibility.
1618: IF NOT FND_API.Compatible_API_Call(
1619: l_api_version,
1620: p_api_version,
1621: l_api_name,

Line 2046: --Standard check of p_commit.

2042: END IF;
2043: /*==================== End Your coding here==========*/
2044:
2045:
2046: --Standard check of p_commit.
2047:
2048: mydebug('************************ Before Doing a COMMIT ********************');
2049: IF FND_API.to_Boolean(p_commit) AND x_return_status = FND_API.G_RET_STS_SUCCESS THEN
2050: mydebug('************************ Doing a COMMIT ********************');

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

2049: IF FND_API.to_Boolean(p_commit) AND x_return_status = FND_API.G_RET_STS_SUCCESS THEN
2050: mydebug('************************ Doing a COMMIT ********************');
2051: commit;
2052: END IF;
2053: --Standard call to get message count and if count is 1, get message info.
2054: FND_MSG_PUB.Count_And_Get(
2055: p_count => x_msg_count,
2056: p_data => x_msg_data);
2057: EXCEPTION