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

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

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

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

Line 332: -- Standard Start of API savepoint

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

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

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

Line 561: -- Standard check for p_commit

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

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

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

Line 633: -- Standard Start of API savepoint

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

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

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

Line 715: -- Standard check for p_commit

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

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

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

Line 1140: -- Standard Start of API savepoint

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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