DBA Data[Home] [Help]

APPS.CSD_REPAIR_ACTUAL_LINES_PVT dependencies on STANDARD

Line 109: -- Standard Start of API savepoint

105: WHERE incident_id = p_incident_id;
106:
107: BEGIN
108:
109: -- Standard Start of API savepoint
110: SAVEPOINT CREATE_REPAIR_ACTUAL_LINES;
111:
112: -- Standard call to check for call compatibility.
113: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

108:
109: -- Standard Start of API savepoint
110: SAVEPOINT CREATE_REPAIR_ACTUAL_LINES;
111:
112: -- Standard call to check for call compatibility.
113: IF NOT FND_API.Compatible_API_Call ( l_api_version,
114: p_api_version,
115: l_api_name,
116: G_PKG_NAME)

Line 863: -- Standard check of p_commit.

859:
860: END IF;
861:
862:
863: -- Standard check of p_commit.
864: IF FND_API.To_Boolean( p_commit ) THEN
865: COMMIT WORK;
866: END IF;
867:

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

864: IF FND_API.To_Boolean( p_commit ) THEN
865: COMMIT WORK;
866: END IF;
867:
868: -- Standard call to get message count and IF count is get message info.
869: FND_MSG_PUB.Count_And_Get
870: (p_count => x_msg_count,
871: p_data => x_msg_data );
872:

Line 996: -- Standard Start of API savepoint

992:
993:
994:
995: BEGIN
996: -- Standard Start of API savepoint
997: SAVEPOINT UPDATE_REPAIR_ACTUAL_LINES;
998:
999: -- Standard call to check for call compatibility.
1000: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

995: BEGIN
996: -- Standard Start of API savepoint
997: SAVEPOINT UPDATE_REPAIR_ACTUAL_LINES;
998:
999: -- Standard call to check for call compatibility.
1000: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1001: p_api_version,
1002: l_api_name,
1003: G_PKG_NAME)

Line 1385: -- Standard check of p_commit.

1381: --
1382: -- End of API body
1383: --
1384:
1385: -- Standard check of p_commit.
1386: IF FND_API.To_Boolean( p_commit ) THEN
1387: COMMIT WORK;
1388: END IF;
1389:

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

1386: IF FND_API.To_Boolean( p_commit ) THEN
1387: COMMIT WORK;
1388: END IF;
1389:
1390: -- Standard call to get message count and IF count is get message info.
1391: FND_MSG_PUB.Count_And_Get
1392: (p_count => x_msg_count,
1393: p_data => x_msg_data );
1394:

Line 1511: -- Standard Start of API savepoint

1507: and a.repair_actual_line_id = p_actual_line_id;
1508:
1509: BEGIN
1510:
1511: -- Standard Start of API savepoint
1512: SAVEPOINT DELETE_REPAIR_ACTUAL_LINES;
1513:
1514: -- Standard call to check for call compatibility.
1515: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

1510:
1511: -- Standard Start of API savepoint
1512: SAVEPOINT DELETE_REPAIR_ACTUAL_LINES;
1513:
1514: -- Standard call to check for call compatibility.
1515: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1516: p_api_version,
1517: l_api_name,
1518: G_PKG_NAME)

Line 1692: -- Standard check of p_commit.

1688: --
1689: -- End of API body
1690: --
1691:
1692: -- Standard check of p_commit.
1693: IF FND_API.To_Boolean( p_commit ) THEN
1694: COMMIT WORK;
1695: END IF;
1696:

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

1693: IF FND_API.To_Boolean( p_commit ) THEN
1694: COMMIT WORK;
1695: END IF;
1696:
1697: -- Standard call to get message count and IF count is get message info.
1698: FND_MSG_PUB.Count_And_Get
1699: (p_count => x_msg_count,
1700: p_data => x_msg_data );
1701: EXCEPTION

Line 1792: -- Standard Start of API savepoint

1788: l_msg_data VARCHAR2(100);
1789: l_msg_index NUMBER;
1790:
1791: BEGIN
1792: -- Standard Start of API savepoint
1793: SAVEPOINT LOCK_REPAIR_ACTUAL_LINES;
1794:
1795: -- Standard call to check for call compatibility.
1796: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

1791: BEGIN
1792: -- Standard Start of API savepoint
1793: SAVEPOINT LOCK_REPAIR_ACTUAL_LINES;
1794:
1795: -- Standard call to check for call compatibility.
1796: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1797: p_api_version,
1798: l_api_name,
1799: G_PKG_NAME)

Line 1868: -- Standard check of p_commit.

1864: --
1865: -- End of API body
1866: --
1867:
1868: -- Standard check of p_commit.
1869: IF FND_API.To_Boolean( p_commit ) THEN
1870: COMMIT WORK;
1871: END IF;
1872:

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

1869: IF FND_API.To_Boolean( p_commit ) THEN
1870: COMMIT WORK;
1871: END IF;
1872:
1873: -- Standard call to get message count and IF count is get message info.
1874: FND_MSG_PUB.Count_And_Get
1875: (p_count => x_msg_count,
1876: p_data => x_msg_data );
1877: EXCEPTION