DBA Data[Home] [Help]

APPS.CSD_SC_DOMAINS_PVT dependencies on STANDARD

Line 60: -- Standard Start of API savepoint

56: CSD_SCD_INVALID_CATSET_FLAG EXCEPTION;
57: CSD_SCD_INVALID_CATEGORY EXCEPTION;
58:
59: BEGIN
60: -- Standard Start of API savepoint
61: SAVEPOINT Create_SC_Domain;
62:
63: -- Standard call to check for call compatibility.
64: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

59: BEGIN
60: -- Standard Start of API savepoint
61: SAVEPOINT Create_SC_Domain;
62:
63: -- Standard call to check for call compatibility.
64: IF NOT FND_API.Compatible_API_Call (lc_api_version,
65: p_api_version,
66: lc_api_name ,
67: G_PKG_NAME )

Line 433: -- Standard check of p_commit.

429: end if;
430:
431: -- Api body ends here
432:
433: -- Standard check of p_commit.
434: IF FND_API.To_Boolean( p_commit ) THEN
435: COMMIT WORK;
436: END IF;
437:

Line 438: -- Standard call to get message count and IF count is get message info.

434: IF FND_API.To_Boolean( p_commit ) THEN
435: COMMIT WORK;
436: END IF;
437:
438: -- Standard call to get message count and IF count is get message info.
439: FND_MSG_PUB.Count_And_Get
440: (p_count => x_msg_count,
441: p_data => x_msg_data );
442:

Line 787: -- Standard Start of API savepoint

783: CSD_SCD_GET_CATEGORY_ERROR EXCEPTION;
784: CSD_SCD_INVALID_CATEGORY EXCEPTION;
785:
786: BEGIN
787: -- Standard Start of API savepoint
788: SAVEPOINT Update_SC_Domain;
789:
790: -- Standard call to check for call compatibility.
791: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

786: BEGIN
787: -- Standard Start of API savepoint
788: SAVEPOINT Update_SC_Domain;
789:
790: -- Standard call to check for call compatibility.
791: IF NOT FND_API.Compatible_API_Call (lc_api_version,
792: p_api_version,
793: lc_api_name ,
794: G_PKG_NAME )

Line 1355: -- Standard check of p_commit.

1351: end if;
1352:
1353: -- Api body ends here
1354:
1355: -- Standard check of p_commit.
1356: IF FND_API.To_Boolean( p_commit ) THEN
1357: COMMIT WORK;
1358: END IF;
1359:

Line 1360: -- Standard call to get message count and IF count is get message info.

1356: IF FND_API.To_Boolean( p_commit ) THEN
1357: COMMIT WORK;
1358: END IF;
1359:
1360: -- Standard call to get message count and IF count is get message info.
1361: FND_MSG_PUB.Count_And_Get
1362: (p_count => x_msg_count,
1363: p_data => x_msg_data );
1364:

Line 1806: -- Standard Start of API savepoint

1802: l_msg_data VARCHAR2(100);
1803: l_msg_index NUMBER;
1804:
1805: BEGIN
1806: -- Standard Start of API savepoint
1807: SAVEPOINT Delete_SC_Domain;
1808:
1809: -- Standard call to check for call compatibility.
1810: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

1805: BEGIN
1806: -- Standard Start of API savepoint
1807: SAVEPOINT Delete_SC_Domain;
1808:
1809: -- Standard call to check for call compatibility.
1810: IF NOT FND_API.Compatible_API_Call (lc_api_version,
1811: p_api_version,
1812: lc_api_name ,
1813: G_PKG_NAME )

Line 1876: -- Standard check of p_commit.

1872: end if;
1873:
1874: -- Api body ends here
1875:
1876: -- Standard check of p_commit.
1877: IF FND_API.To_Boolean( p_commit ) THEN
1878: COMMIT WORK;
1879: END IF;
1880:

Line 1881: -- Standard call to get message count and IF count is get message info.

1877: IF FND_API.To_Boolean( p_commit ) THEN
1878: COMMIT WORK;
1879: END IF;
1880:
1881: -- Standard call to get message count and IF count is get message info.
1882: FND_MSG_PUB.Count_And_Get
1883: (p_count => x_msg_count,
1884: p_data => x_msg_data );
1885:

Line 2002: -- Standard Start of API savepoint

1998: l_msg_data VARCHAR2(100);
1999: l_msg_index NUMBER;
2000:
2001: BEGIN
2002: -- Standard Start of API savepoint
2003: SAVEPOINT Lock_SC_Domain;
2004:
2005: -- Standard call to check for call compatibility.
2006: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

2001: BEGIN
2002: -- Standard Start of API savepoint
2003: SAVEPOINT Lock_SC_Domain;
2004:
2005: -- Standard call to check for call compatibility.
2006: IF NOT FND_API.Compatible_API_Call (lc_api_version,
2007: p_api_version,
2008: lc_api_name ,
2009: G_PKG_NAME )

Line 2111: -- Standard check of p_commit.

2107: end if;
2108:
2109: -- Api body ends here
2110:
2111: -- Standard check of p_commit.
2112: IF FND_API.To_Boolean( p_commit ) THEN
2113: COMMIT WORK;
2114: END IF;
2115:

Line 2116: -- Standard call to get message count and IF count is get message info.

2112: IF FND_API.To_Boolean( p_commit ) THEN
2113: COMMIT WORK;
2114: END IF;
2115:
2116: -- Standard call to get message count and IF count is get message info.
2117: FND_MSG_PUB.Count_And_Get
2118: (p_count => x_msg_count,
2119: p_data => x_msg_data );
2120: