DBA Data[Home] [Help]

APPS.IEX_LITIGATION_PVT dependencies on STANDARD

Line 43: -- Standard Start of API savepoint

39: l_return_status_full VARCHAR2(1);
40: l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
41: l_access_flag VARCHAR2(1);
42: BEGIN
43: -- Standard Start of API savepoint
44: SAVEPOINT CREATE_LITIGATION_PVT;
45:
46: -- Standard call to check for call compatibility.
47: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

42: BEGIN
43: -- Standard Start of API savepoint
44: SAVEPOINT CREATE_LITIGATION_PVT;
45:
46: -- Standard call to check for call compatibility.
47: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
48: p_api_version_number,
49: l_api_name,
50: G_PKG_NAME)

Line 204: -- Standard check for p_commit

200: --
201: -- End of API body
202: --
203:
204: -- Standard check for p_commit
205: IF FND_API.to_Boolean( p_commit )
206: THEN
207: COMMIT WORK;
208: END IF;

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

208: END IF;
209:
210:
211:
212: -- Standard call to get message count and if count is 1, get message info.
213: FND_MSG_PUB.Count_And_Get
214: ( p_count => x_msg_count,
215: p_data => x_msg_data
216: );

Line 322: -- Standard Start of API savepoint

318: l_ref_LTG_rec IEX_litigation_PVT.LTG_Rec_Type;
319: l_tar_LTG_rec IEX_litigation_PVT.LTG_Rec_Type := P_LTG_Rec;
320: l_rowid ROWID;
321: BEGIN
322: -- Standard Start of API savepoint
323: SAVEPOINT UPDATE_LITIGATION_PVT;
324:
325: -- Standard call to check for call compatibility.
326: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

321: BEGIN
322: -- Standard Start of API savepoint
323: SAVEPOINT UPDATE_LITIGATION_PVT;
324:
325: -- Standard call to check for call compatibility.
326: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
327: p_api_version_number,
328: l_api_name,
329: G_PKG_NAME)

Line 542: -- Standard check for p_commit

538: --
539: -- End of API body.
540: --
541:
542: -- Standard check for p_commit
543: IF FND_API.to_Boolean( p_commit )
544: THEN
545: COMMIT WORK;
546: END IF;

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

546: END IF;
547:
548:
549:
550: -- Standard call to get message count and if count is 1, get message info.
551: FND_MSG_PUB.Count_And_Get
552: ( p_count => x_msg_count,
553: p_data => x_msg_data
554: );

Line 614: -- Standard Start of API savepoint

610: l_api_name CONSTANT VARCHAR2(30) := 'Delete_litigation';
611: l_api_version_number CONSTANT NUMBER := 2.0;
612: l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
613: BEGIN
614: -- Standard Start of API savepoint
615: SAVEPOINT DELETE_LITIGATION_PVT;
616:
617: -- Standard call to check for call compatibility.
618: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

613: BEGIN
614: -- Standard Start of API savepoint
615: SAVEPOINT DELETE_LITIGATION_PVT;
616:
617: -- Standard call to check for call compatibility.
618: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
619: p_api_version_number,
620: l_api_name,
621: G_PKG_NAME)

Line 696: -- Standard check for p_commit

692: --
693: -- End of API body
694: --
695:
696: -- Standard check for p_commit
697: IF FND_API.to_Boolean( p_commit )
698: THEN
699: COMMIT WORK;
700: END IF;

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

700: END IF;
701:
702:
703:
704: -- Standard call to get message count and if count is 1, get message info.
705: FND_MSG_PUB.Count_And_Get
706: ( p_count => x_msg_count,
707: p_data => x_msg_data
708: );

Line 1094: -- Standard Start of API savepoint

1090: -- Local scratch record
1091: l_LTG_rec LTG_Rec_Type;
1092: l_crit_LTG_rec LTG_Rec_Type;
1093: BEGIN
1094: -- Standard Start of API savepoint
1095: SAVEPOINT GET_LITIGATION_PVT;
1096:
1097: -- Standard call to check for call compatibility.
1098: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1093: BEGIN
1094: -- Standard Start of API savepoint
1095: SAVEPOINT GET_LITIGATION_PVT;
1096:
1097: -- Standard call to check for call compatibility.
1098: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1099: p_api_version_number,
1100: l_api_name,
1101: G_PKG_NAME)

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

1251: -- End of API body
1252: --
1253:
1254:
1255: -- Standard call to get message count and if count is 1, get message info.
1256: FND_MSG_PUB.Count_And_Get
1257: ( p_count => x_msg_count,
1258: p_data => x_msg_data
1259: );

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

1337: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1338: NULL;
1339: END IF;
1340:
1341: -- Standard call to get message count and if count is 1, get message info.
1342: FND_MSG_PUB.Count_And_Get
1343: ( p_count => x_msg_count,
1344: p_data => x_msg_data
1345: );

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

1384: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1385: NULL;
1386: END IF;
1387:
1388: -- Standard call to get message count and if count is 1, get message info.
1389: FND_MSG_PUB.Count_And_Get
1390: ( p_count => x_msg_count,
1391: p_data => x_msg_data
1392: );

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

1431: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1432: NULL;
1433: END IF;
1434:
1435: -- Standard call to get message count and if count is 1, get message info.
1436: FND_MSG_PUB.Count_And_Get
1437: ( p_count => x_msg_count,
1438: p_data => x_msg_data
1439: );

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

1478: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1479: NULL;
1480: END IF;
1481:
1482: -- Standard call to get message count and if count is 1, get message info.
1483: FND_MSG_PUB.Count_And_Get
1484: ( p_count => x_msg_count,
1485: p_data => x_msg_data
1486: );

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

1525: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1526: NULL;
1527: END IF;
1528:
1529: -- Standard call to get message count and if count is 1, get message info.
1530: FND_MSG_PUB.Count_And_Get
1531: ( p_count => x_msg_count,
1532: p_data => x_msg_data
1533: );

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

1572: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1573: NULL;
1574: END IF;
1575:
1576: -- Standard call to get message count and if count is 1, get message info.
1577: FND_MSG_PUB.Count_And_Get
1578: ( p_count => x_msg_count,
1579: p_data => x_msg_data
1580: );

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

1619: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1620: NULL;
1621: END IF;
1622:
1623: -- Standard call to get message count and if count is 1, get message info.
1624: FND_MSG_PUB.Count_And_Get
1625: ( p_count => x_msg_count,
1626: p_data => x_msg_data
1627: );

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

1666: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1667: NULL;
1668: END IF;
1669:
1670: -- Standard call to get message count and if count is 1, get message info.
1671: FND_MSG_PUB.Count_And_Get
1672: ( p_count => x_msg_count,
1673: p_data => x_msg_data
1674: );

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

1713: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1714: NULL;
1715: END IF;
1716:
1717: -- Standard call to get message count and if count is 1, get message info.
1718: FND_MSG_PUB.Count_And_Get
1719: ( p_count => x_msg_count,
1720: p_data => x_msg_data
1721: );

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

1760: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1761: NULL;
1762: END IF;
1763:
1764: -- Standard call to get message count and if count is 1, get message info.
1765: FND_MSG_PUB.Count_And_Get
1766: ( p_count => x_msg_count,
1767: p_data => x_msg_data
1768: );

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

1807: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1808: NULL;
1809: END IF;
1810:
1811: -- Standard call to get message count and if count is 1, get message info.
1812: FND_MSG_PUB.Count_And_Get
1813: ( p_count => x_msg_count,
1814: p_data => x_msg_data
1815: );

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

1847: -- THEN
1848: -- x_return_status := FND_API.G_RET_STS_ERROR;
1849:
1850:
1851: -- Standard call to get message count and if count is 1, get message info.
1852: FND_MSG_PUB.Count_And_Get
1853: ( p_count => x_msg_count,
1854: p_data => x_msg_data
1855: );