DBA Data[Home] [Help]

APPS.IGS_PR_PROUT_LGCY_PUB dependencies on STANDARD

Line 1421: -- Standard start of API savepoint

1417: l_rowid VARCHAR2(25);
1418: --
1419: BEGIN
1420: --
1421: -- Standard start of API savepoint
1422: --
1423: SAVEPOINT create_outcome;
1424: --
1425: -- Standard call to check for call compatibility.

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

1421: -- Standard start of API savepoint
1422: --
1423: SAVEPOINT create_outcome;
1424: --
1425: -- Standard call to check for call compatibility.
1426: --
1427: IF (NOT FND_API.Compatible_API_Call (
1428: l_api_version,
1429: p_api_version,

Line 1738: -- Standard check of p_commit.

1734:
1735: --
1736: -- End of API body
1737: --
1738: -- Standard check of p_commit.
1739: --
1740: IF FND_API.To_Boolean (p_commit) THEN
1741: COMMIT WORK;
1742: END IF;

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

1740: IF FND_API.To_Boolean (p_commit) THEN
1741: COMMIT WORK;
1742: END IF;
1743: --
1744: -- Standard call to get message count and if count is 1, get message info.
1745: --
1746: FND_MSG_PUB.Count_And_Get (
1747: p_count => x_msg_count,
1748: p_data => x_msg_data