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 1394: -- Standard check of p_commit.

1390: --
1391: -- End of API body
1392: --
1393:
1394: -- Standard check of p_commit.
1395: IF FND_API.To_Boolean( p_commit ) THEN
1396: COMMIT WORK;
1397: END IF;
1398:

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

1395: IF FND_API.To_Boolean( p_commit ) THEN
1396: COMMIT WORK;
1397: END IF;
1398:
1399: -- Standard call to get message count and IF count is get message info.
1400: FND_MSG_PUB.Count_And_Get
1401: (p_count => x_msg_count,
1402: p_data => x_msg_data );
1403:

Line 1520: -- Standard Start of API savepoint

1516: and a.repair_actual_line_id = p_actual_line_id;
1517:
1518: BEGIN
1519:
1520: -- Standard Start of API savepoint
1521: SAVEPOINT DELETE_REPAIR_ACTUAL_LINES;
1522:
1523: -- Standard call to check for call compatibility.
1524: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

1519:
1520: -- Standard Start of API savepoint
1521: SAVEPOINT DELETE_REPAIR_ACTUAL_LINES;
1522:
1523: -- Standard call to check for call compatibility.
1524: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1525: p_api_version,
1526: l_api_name,
1527: G_PKG_NAME)

Line 1701: -- Standard check of p_commit.

1697: --
1698: -- End of API body
1699: --
1700:
1701: -- Standard check of p_commit.
1702: IF FND_API.To_Boolean( p_commit ) THEN
1703: COMMIT WORK;
1704: END IF;
1705:

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

1702: IF FND_API.To_Boolean( p_commit ) THEN
1703: COMMIT WORK;
1704: END IF;
1705:
1706: -- Standard call to get message count and IF count is get message info.
1707: FND_MSG_PUB.Count_And_Get
1708: (p_count => x_msg_count,
1709: p_data => x_msg_data );
1710: EXCEPTION

Line 1801: -- Standard Start of API savepoint

1797: l_msg_data VARCHAR2(100);
1798: l_msg_index NUMBER;
1799:
1800: BEGIN
1801: -- Standard Start of API savepoint
1802: SAVEPOINT LOCK_REPAIR_ACTUAL_LINES;
1803:
1804: -- Standard call to check for call compatibility.
1805: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

1800: BEGIN
1801: -- Standard Start of API savepoint
1802: SAVEPOINT LOCK_REPAIR_ACTUAL_LINES;
1803:
1804: -- Standard call to check for call compatibility.
1805: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1806: p_api_version,
1807: l_api_name,
1808: G_PKG_NAME)

Line 1877: -- Standard check of p_commit.

1873: --
1874: -- End of API body
1875: --
1876:
1877: -- Standard check of p_commit.
1878: IF FND_API.To_Boolean( p_commit ) THEN
1879: COMMIT WORK;
1880: END IF;
1881:

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

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