DBA Data[Home] [Help]

APPS.ASO_PRICING_INT dependencies on STANDARD

Line 599: -- Standard Start of API savepoint

595: l_hd_pricing_contexts_Tbl QP_Attr_Mapping_PUB.Contexts_Result_Tbl_Type;
596: l_hd_qual_contexts_Tbl QP_Attr_Mapping_PUB.Contexts_Result_Tbl_Type;
597:
598: BEGIN
599: -- Standard Start of API savepoint
600: SAVEPOINT PRICING_ITEM_PVT;
601:
602: -- Standard call to check for call compatibility.
603: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

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

Line 867: -- Standard check for p_commit

863: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
864: aso_debug_pub.add('ASO_PRICING_INT:after Copy_Request_To_Line in pricing_item', 1, 'Y');
865: END IF;
866:
867: -- Standard check for p_commit
868: IF FND_API.to_Boolean( p_commit )
869: THEN
870: COMMIT WORK;
871: END IF;

Line 960: -- Standard Start of API savepoint

956: G_LOGIN_ID NUMBER := FND_GLOBAL.CONC_LOGIN_ID;
957: lx_qte_line_tbl ASO_QUOTE_PUB.Qte_Line_Tbl_Type;
958:
959: BEGIN
960: -- Standard Start of API savepoint
961: SAVEPOINT PRICING_ORDER_PVT;
962:
963: -- Standard call to check for call compatibility.
964: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

959: BEGIN
960: -- Standard Start of API savepoint
961: SAVEPOINT PRICING_ORDER_PVT;
962:
963: -- Standard call to check for call compatibility.
964: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
965: p_api_version_number,
966: l_api_name,
967: G_PKG_NAME)

Line 1243: -- Standard Start of API savepoint

1239: WHERE QUOTE_HEADER_ID = l_qte_header_id;
1240:
1241: BEGIN
1242:
1243: -- Standard Start of API savepoint
1244: SAVEPOINT PRICING_ITEM_PVT;
1245:
1246: -- Standard call to check for call compatibility.
1247: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1242:
1243: -- Standard Start of API savepoint
1244: SAVEPOINT PRICING_ITEM_PVT;
1245:
1246: -- Standard call to check for call compatibility.
1247: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1248: p_api_version_number,
1249: l_api_name,
1250: G_PKG_NAME)

Line 1361: -- Standard check for p_commit

1357: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
1358: aso_debug_pub.add('ASO_PRICING_INT:Pricing Item Ends if the second Pricing Item was called...',1,'Y');
1359: END IF;
1360:
1361: -- Standard check for p_commit
1362: IF FND_API.to_Boolean( p_commit )
1363: THEN
1364: COMMIT WORK;
1365: END IF;

Line 1470: -- Standard Start of API savepoint

1466: lx_msg_count NUMBER;
1467: lx_msg_data VARCHAR2(2000);
1468:
1469: BEGIN
1470: -- Standard Start of API savepoint
1471: SAVEPOINT PRICING_ORDER_PVT;
1472:
1473: -- Standard call to check for call compatibility.
1474: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1469: BEGIN
1470: -- Standard Start of API savepoint
1471: SAVEPOINT PRICING_ORDER_PVT;
1472:
1473: -- Standard call to check for call compatibility.
1474: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1475: p_api_version_number,
1476: l_api_name,
1477: G_PKG_NAME)

Line 1528: -- Standard check for p_commit

1524: x_return_status => x_return_status,
1525: x_msg_count => x_msg_count,
1526: x_msg_data => x_msg_data );
1527:
1528: -- Standard check for p_commit
1529: IF FND_API.to_Boolean( p_commit )
1530: THEN
1531: COMMIT WORK;
1532: END IF;