DBA Data[Home] [Help]

APPS.ASO_PRICING_INT dependencies on STANDARD

Line 601: -- Standard Start of API savepoint

597:
598: x_pass_line VARCHAR2(10); -- bug 12988510
599:
600: BEGIN
601: -- Standard Start of API savepoint
602: SAVEPOINT PRICING_ITEM_PVT;
603:
604: -- Standard call to check for call compatibility.
605: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

600: BEGIN
601: -- Standard Start of API savepoint
602: SAVEPOINT PRICING_ITEM_PVT;
603:
604: -- Standard call to check for call compatibility.
605: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
606: p_api_version_number,
607: l_api_name,
608: G_PKG_NAME)

Line 882: -- Standard check for p_commit

878: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
879: aso_debug_pub.add('ASO_PRICING_INT:after Copy_Request_To_Line in pricing_item', 1, 'Y');
880: END IF;
881:
882: -- Standard check for p_commit
883: IF FND_API.to_Boolean( p_commit )
884: THEN
885: COMMIT WORK;
886: END IF;

Line 975: -- Standard Start of API savepoint

971: G_LOGIN_ID NUMBER := FND_GLOBAL.CONC_LOGIN_ID;
972: lx_qte_line_tbl ASO_QUOTE_PUB.Qte_Line_Tbl_Type;
973:
974: BEGIN
975: -- Standard Start of API savepoint
976: SAVEPOINT PRICING_ORDER_PVT;
977:
978: -- Standard call to check for call compatibility.
979: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

974: BEGIN
975: -- Standard Start of API savepoint
976: SAVEPOINT PRICING_ORDER_PVT;
977:
978: -- Standard call to check for call compatibility.
979: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
980: p_api_version_number,
981: l_api_name,
982: G_PKG_NAME)

Line 1258: -- Standard Start of API savepoint

1254: WHERE QUOTE_HEADER_ID = l_qte_header_id;
1255:
1256: BEGIN
1257:
1258: -- Standard Start of API savepoint
1259: SAVEPOINT PRICING_ITEM_PVT;
1260:
1261: -- Standard call to check for call compatibility.
1262: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1257:
1258: -- Standard Start of API savepoint
1259: SAVEPOINT PRICING_ITEM_PVT;
1260:
1261: -- Standard call to check for call compatibility.
1262: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1263: p_api_version_number,
1264: l_api_name,
1265: G_PKG_NAME)

Line 1376: -- Standard check for p_commit

1372: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
1373: aso_debug_pub.add('ASO_PRICING_INT:Pricing Item Ends if the second Pricing Item was called...',1,'Y');
1374: END IF;
1375:
1376: -- Standard check for p_commit
1377: IF FND_API.to_Boolean( p_commit )
1378: THEN
1379: COMMIT WORK;
1380: END IF;

Line 1485: -- Standard Start of API savepoint

1481: lx_msg_count NUMBER;
1482: lx_msg_data VARCHAR2(2000);
1483:
1484: BEGIN
1485: -- Standard Start of API savepoint
1486: SAVEPOINT PRICING_ORDER_PVT;
1487:
1488: -- Standard call to check for call compatibility.
1489: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1484: BEGIN
1485: -- Standard Start of API savepoint
1486: SAVEPOINT PRICING_ORDER_PVT;
1487:
1488: -- Standard call to check for call compatibility.
1489: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1490: p_api_version_number,
1491: l_api_name,
1492: G_PKG_NAME)

Line 1543: -- Standard check for p_commit

1539: x_return_status => x_return_status,
1540: x_msg_count => x_msg_count,
1541: x_msg_data => x_msg_data );
1542:
1543: -- Standard check for p_commit
1544: IF FND_API.to_Boolean( p_commit )
1545: THEN
1546: COMMIT WORK;
1547: END IF;