DBA Data[Home] [Help]

APPS.IEX_REPOSSESSION_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_REPOSSESSION_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_REPOSSESSION_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 210: -- Standard check for p_commit

206: --
207: -- End of API body
208: --
209:
210: -- Standard check for p_commit
211: IF FND_API.to_Boolean( p_commit )
212: THEN
213: COMMIT WORK;
214: END IF;

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

214: END IF;
215:
216:
217:
218: -- Standard call to get message count and if count is 1, get message info.
219: FND_MSG_PUB.Count_And_Get
220: ( p_count => x_msg_count,
221: p_data => x_msg_data
222: );

Line 333: -- Standard Start of API savepoint

329: l_ref_RPS_rec IEX_repossession_PVT.RPS_Rec_Type;
330: l_tar_RPS_rec IEX_repossession_PVT.RPS_Rec_Type := P_RPS_Rec;
331: l_rowid ROWID;
332: BEGIN
333: -- Standard Start of API savepoint
334: SAVEPOINT UPDATE_REPOSSESSION_PVT;
335:
336: -- Standard call to check for call compatibility.
337: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

332: BEGIN
333: -- Standard Start of API savepoint
334: SAVEPOINT UPDATE_REPOSSESSION_PVT;
335:
336: -- Standard call to check for call compatibility.
337: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
338: p_api_version_number,
339: l_api_name,
340: G_PKG_NAME)

Line 563: -- Standard check for p_commit

559: --
560: -- End of API body.
561: --
562:
563: -- Standard check for p_commit
564: IF FND_API.to_Boolean( p_commit )
565: THEN
566: COMMIT WORK;
567: END IF;

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

567: END IF;
568:
569:
570:
571: -- Standard call to get message count and if count is 1, get message info.
572: FND_MSG_PUB.Count_And_Get
573: ( p_count => x_msg_count,
574: p_data => x_msg_data
575: );

Line 635: -- Standard Start of API savepoint

631: l_api_name CONSTANT VARCHAR2(30) := 'Delete_repossession';
632: l_api_version_number CONSTANT NUMBER := 2.0;
633: l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
634: BEGIN
635: -- Standard Start of API savepoint
636: SAVEPOINT DELETE_REPOSSESSION_PVT;
637:
638: -- Standard call to check for call compatibility.
639: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

634: BEGIN
635: -- Standard Start of API savepoint
636: SAVEPOINT DELETE_REPOSSESSION_PVT;
637:
638: -- Standard call to check for call compatibility.
639: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
640: p_api_version_number,
641: l_api_name,
642: G_PKG_NAME)

Line 717: -- Standard check for p_commit

713: --
714: -- End of API body
715: --
716:
717: -- Standard check for p_commit
718: IF FND_API.to_Boolean( p_commit )
719: THEN
720: COMMIT WORK;
721: END IF;

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

721: END IF;
722:
723:
724:
725: -- Standard call to get message count and if count is 1, get message info.
726: FND_MSG_PUB.Count_And_Get
727: ( p_count => x_msg_count,
728: p_data => x_msg_data
729: );

Line 1142: -- Standard Start of API savepoint

1138: -- Local scratch record
1139: l_RPS_rec rps_rec_type; --IEX_REPOSSESSION_PUB.RPS_Rec_Type;
1140: l_crit_RPS_rec rps_rec_type; --IEX_REPOSSESSION_PUB.RPS_Rec_Type;
1141: BEGIN
1142: -- Standard Start of API savepoint
1143: SAVEPOINT GET_REPOSSESSION_PVT;
1144:
1145: -- Standard call to check for call compatibility.
1146: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1141: BEGIN
1142: -- Standard Start of API savepoint
1143: SAVEPOINT GET_REPOSSESSION_PVT;
1144:
1145: -- Standard call to check for call compatibility.
1146: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1147: p_api_version_number,
1148: l_api_name,
1149: G_PKG_NAME)

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

1301: --
1302:
1303:
1304:
1305: -- Standard call to get message count and if count is 1, get message info.
1306: FND_MSG_PUB.Count_And_Get
1307: ( p_count => x_msg_count,
1308: p_data => x_msg_data
1309: );

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1816: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1817: NULL;
1818: END IF;
1819:
1820: -- Standard call to get message count and if count is 1, get message info.
1821: FND_MSG_PUB.Count_And_Get
1822: ( p_count => x_msg_count,
1823: p_data => x_msg_data
1824: );

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

1863: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1864: NULL;
1865: END IF;
1866:
1867: -- Standard call to get message count and if count is 1, get message info.
1868: FND_MSG_PUB.Count_And_Get
1869: ( p_count => x_msg_count,
1870: p_data => x_msg_data
1871: );

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

1910: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1911: NULL;
1912: END IF;
1913:
1914: -- Standard call to get message count and if count is 1, get message info.
1915: FND_MSG_PUB.Count_And_Get
1916: ( p_count => x_msg_count,
1917: p_data => x_msg_data
1918: );

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

1957: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1958: NULL;
1959: END IF;
1960:
1961: -- Standard call to get message count and if count is 1, get message info.
1962: FND_MSG_PUB.Count_And_Get
1963: ( p_count => x_msg_count,
1964: p_data => x_msg_data
1965: );

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

2004: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
2005: NULL;
2006: END IF;
2007:
2008: -- Standard call to get message count and if count is 1, get message info.
2009: FND_MSG_PUB.Count_And_Get
2010: ( p_count => x_msg_count,
2011: p_data => x_msg_data
2012: );

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

2051: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
2052: NULL;
2053: END IF;
2054:
2055: -- Standard call to get message count and if count is 1, get message info.
2056: FND_MSG_PUB.Count_And_Get
2057: ( p_count => x_msg_count,
2058: p_data => x_msg_data
2059: );

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

2091: -- THEN
2092: -- x_return_status := FND_API.G_RET_STS_ERROR;
2093:
2094:
2095: -- Standard call to get message count and if count is 1, get message info.
2096: FND_MSG_PUB.Count_And_Get
2097: ( p_count => x_msg_count,
2098: p_data => x_msg_data
2099: );