DBA Data[Home] [Help]

APPS.ASO_ORDER_INT dependencies on STANDARD

Line 617: -- Standard Start of API savepoint

613:
614: BEGIN
615:
616:
617: -- Standard Start of API savepoint
618: SAVEPOINT CREATE_ORDER_PVT;
619:
620: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
621:

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

618: SAVEPOINT CREATE_ORDER_PVT;
619:
620: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
621:
622: -- Standard call to check for call compatibility.
623: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
624: p_api_version_number,
625: l_api_name,
626: G_PKG_NAME)

Line 710: -- Standard check for p_commit

706:
707: -- End of API body
708: --
709:
710: -- Standard check for p_commit
711: IF FND_API.to_Boolean( p_commit )
712: THEN
713: COMMIT WORK;
714: END IF;

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

714: END IF;
715:
716:
717:
718: -- Standard call to get message count and if count is 1, get message info.
719: FND_MSG_PUB.Count_And_Get
720: ( p_count => x_msg_count,
721: p_data => x_msg_data
722: );

Line 826: -- Standard Start of API savepoint

822: l_Line_sales_credit_TBL ASO_QUOTE_PUB.Sales_credit_tbl_type := ASO_QUOTE_PUB.G_MISS_sales_credit_TBL;
823: l_Lot_Serial_Tbl ASO_QUOTE_PUB.Lot_Serial_Tbl_Type := ASO_QUOTE_PUB.G_MISS_Lot_Serial_Tbl;
824:
825: BEGIN
826: -- Standard Start of API savepoint
827: SAVEPOINT UPDATE_order_PVT;
828:
829: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
830:

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

827: SAVEPOINT UPDATE_order_PVT;
828:
829: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
830:
831: -- Standard call to check for call compatibility.
832: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
833: p_api_version_number,
834: l_api_name,
835: G_PKG_NAME)

Line 922: -- Standard check for p_commit

918: --
919: -- End of API body
920: --
921:
922: -- Standard check for p_commit
923: IF FND_API.to_Boolean( p_commit )
924: THEN
925: COMMIT WORK;
926: END IF;

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

926: END IF;
927:
928:
929:
930: -- Standard call to get message count and if count is 1, get message info.
931: FND_MSG_PUB.Count_And_Get
932: ( p_count => x_msg_count,
933: p_data => x_msg_data
934: );

Line 988: -- Standard Start of API savepoint

984: l_api_name CONSTANT VARCHAR2(30):= 'DELETE_ORDER';
985: BEGIN
986:
987:
988: -- Standard Start of API savepoint
989: SAVEPOINT Delete_Order_PVT;
990:
991: -- Standard call to check for call compatibility.
992: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

987:
988: -- Standard Start of API savepoint
989: SAVEPOINT Delete_Order_PVT;
990:
991: -- Standard call to check for call compatibility.
992: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
993: p_api_version_number,
994: l_api_name,
995: G_PKG_NAME)

Line 1051: -- Standard check for p_commit

1047: --
1048: -- End of API body
1049: --
1050:
1051: -- Standard check for p_commit
1052: IF FND_API.to_Boolean( p_commit )
1053: THEN
1054: COMMIT WORK;
1055: END IF;

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

1055: END IF;
1056:
1057:
1058:
1059: -- Standard call to get message count and if count is 1, get message info.
1060: FND_MSG_PUB.Count_And_Get
1061: ( p_count => x_msg_count,
1062: p_data => x_msg_data
1063: );

Line 1174: -- Standard Start of API savepoint

1170: -- hyang: 2692785
1171: lx_header_rec OE_Order_PUB.Header_Rec_Type;
1172:
1173: BEGIN
1174: -- Standard Start of API savepoint
1175: SAVEPOINT Book_Order_PUB;
1176:
1177: -- Standard call to check for call compatibility.
1178: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1173: BEGIN
1174: -- Standard Start of API savepoint
1175: SAVEPOINT Book_Order_PUB;
1176:
1177: -- Standard call to check for call compatibility.
1178: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1179: p_api_version_number,
1180: l_api_name,
1181: G_PKG_NAME)

Line 1245: OE_STANDARD_WF.SAVE_MESSAGES_OFF;

1241: l_header_rec.header_id := p_order_header_id;
1242: -- l_header_rec.operation := OE_Globals.G_OPR_UPDATE;
1243:
1244: -- bug# 1927450
1245: OE_STANDARD_WF.SAVE_MESSAGES_OFF;
1246:
1247: OE_Order_GRP.Process_Order
1248: ( p_api_version_number => 1.0
1249: , p_init_msg_list => FND_API.G_TRUE

Line 1295: -- Standard check for p_commit

1291: --
1292: -- End of API body.
1293: --
1294:
1295: -- Standard check for p_commit
1296: IF FND_API.to_Boolean( p_commit )
1297: THEN
1298: COMMIT WORK;
1299: END IF;

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

1302: -- Debug Message
1303: ASO_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Public API: ' || l_api_name || 'end');
1304:
1305:
1306: -- Standard call to get message count and if count is 1, get message info.
1307: FND_MSG_PUB.Count_And_Get
1308: ( p_count => x_msg_count,
1309: p_data => x_msg_data
1310: );

Line 1426: -- Standard Start of API savepoint

1422: from oe_lookups
1423: WHERE lookup_type = 'CANCEL_CODE'
1424: AND lookup_code = 'Not provided';
1425: BEGIN
1426: -- Standard Start of API savepoint
1427: SAVEPOINT CANCEL_Order_PUB;
1428:
1429: -- Standard call to check for call compatibility.
1430: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1425: BEGIN
1426: -- Standard Start of API savepoint
1427: SAVEPOINT CANCEL_Order_PUB;
1428:
1429: -- Standard call to check for call compatibility.
1430: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1431: p_api_version_number,
1432: l_api_name,
1433: G_PKG_NAME)

Line 1488: OE_STANDARD_WF.SAVE_MESSAGES_OFF;

1484:
1485: l_header_rec.operation := OE_Globals.G_OPR_UPDATE;
1486:
1487: -- bug# 1927450
1488: OE_STANDARD_WF.SAVE_MESSAGES_OFF;
1489:
1490: OE_Order_GRP.Process_Order
1491: ( p_api_version_number => 1.0
1492: , p_init_msg_list => FND_API.G_TRUE

Line 1537: -- Standard check for p_commit

1533: --
1534: -- End of API body.
1535: --
1536:
1537: -- Standard check for p_commit
1538: IF FND_API.to_Boolean( p_commit )
1539: THEN
1540: COMMIT WORK;
1541: END IF;

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

1544: -- Debug Message
1545: ASO_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Public API: ' || l_api_name || 'end');
1546:
1547:
1548: -- Standard call to get message count and if count is 1, get message info.
1549: FND_MSG_PUB.Count_And_Get
1550: ( p_count => x_msg_count,
1551: p_data => x_msg_data
1552: );

Line 1758: -- Standard Start of API savepoint

1754:
1755: BEGIN
1756:
1757:
1758: -- Standard Start of API savepoint
1759: SAVEPOINT CREATE_ORDER_PVT;
1760:
1761: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
1762:

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

1759: SAVEPOINT CREATE_ORDER_PVT;
1760:
1761: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
1762:
1763: -- Standard call to check for call compatibility.
1764: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1765: p_api_version,
1766: l_api_name,
1767: G_PKG_NAME)

Line 2011: OE_STANDARD_WF.SAVE_MESSAGES_OFF;

2007: END IF;
2008: end if;
2009:
2010: -- bug# 1927450
2011: OE_STANDARD_WF.SAVE_MESSAGES_OFF;
2012:
2013: OE_Order_GRP.Process_Order
2014: ( p_api_version_number => 1.0
2015: , p_init_msg_list => FND_API.G_TRUE

Line 2188: -- Standard check for p_commit

2184:
2185: --
2186: -- End of API body
2187: --
2188: -- Standard check for p_commit
2189: IF FND_API.to_Boolean( p_commit )
2190: THEN
2191: COMMIT WORK;
2192: END IF;

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

2192: END IF;
2193:
2194:
2195:
2196: -- Standard call to get message count and if count is 1, get message info.
2197: FND_MSG_PUB.Count_And_Get
2198: ( p_count => x_msg_count,
2199: p_data => x_msg_data
2200: );

Line 2392: -- Standard Start of API savepoint

2388: l_Risk_Mgmt_Failure_Prof VARCHAR2(20);
2389:
2390: i NUMBER := 1;
2391: BEGIN
2392: -- Standard Start of API savepoint
2393: SAVEPOINT UPDATE_order_PVT;
2394:
2395: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
2396:

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

2393: SAVEPOINT UPDATE_order_PVT;
2394:
2395: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
2396:
2397: -- Standard call to check for call compatibility.
2398: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2399: p_api_version ,
2400: l_api_name,
2401: G_PKG_NAME)

Line 2643: OE_STANDARD_WF.SAVE_MESSAGES_OFF;

2639: aso_utility_pvt.print_login_info();
2640: END IF;
2641:
2642: -- bug# 1927450
2643: OE_STANDARD_WF.SAVE_MESSAGES_OFF;
2644:
2645: OE_Order_GRP.Process_Order
2646: ( p_api_version_number => l_api_version_number
2647: , p_init_msg_list => FND_API.G_TRUE

Line 2776: -- Standard check for p_commit

2772: --
2773: -- End of API body
2774: --
2775:
2776: -- Standard check for p_commit
2777: IF FND_API.to_Boolean( p_commit )
2778: THEN
2779: COMMIT WORK;
2780: END IF;

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

2780: END IF;
2781:
2782:
2783:
2784: -- Standard call to get message count and if count is 1, get message info.
2785: FND_MSG_PUB.Count_And_Get
2786: ( p_count => x_msg_count,
2787: p_data => x_msg_data
2788: );