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 205: -- Standard check for p_commit

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

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

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

Line 323: -- Standard Start of API savepoint

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

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

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

Line 544: -- Standard check for p_commit

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

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

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

Line 616: -- Standard Start of API savepoint

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

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

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

Line 698: -- Standard check for p_commit

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

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

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

Line 1096: -- Standard Start of API savepoint

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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