DBA Data[Home] [Help]

APPS.ASO_ATP_INT dependencies on STANDARD

Line 580: -- Standard Start of API savepoint

576: m integer;
577: l_hdr_shipment_rec aso_quote_pub.shipment_rec_type;
578: l_hdr_shipment_tbl aso_quote_pub.shipment_tbl_type ;
579: BEGIN
580: -- Standard Start of API savepoint
581: SAVEPOINT DO_CHECK_ATP_INT;
582:
583: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
584:

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

585: IF aso_debug_pub.g_debug_flag = 'Y' THEN
586: aso_debug_pub.add('do_check_atp: Begin');
587: END IF;
588:
589: -- Standard call to check for call compatibility.
590: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
591: p_api_version_number,
592: l_api_name,
593: G_PKG_NAME) THEN

Line 2012: -- Standard Start of API savepoint

2008:
2009: l_aps_version number;
2010:
2011: BEGIN
2012: -- Standard Start of API savepoint
2013: SAVEPOINT CHECK_ATP_INT;
2014:
2015: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
2016:

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

2013: SAVEPOINT CHECK_ATP_INT;
2014:
2015: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
2016:
2017: -- Standard call to check for call compatibility.
2018: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2019: p_api_version_number,
2020: l_api_name,
2021: G_PKG_NAME)

Line 2484: -- Standard Start of API savepoint

2480: l_ato_line_id NUMBER;
2481: i INTEGER;
2482: Begin
2483:
2484: -- Standard Start of API savepoint
2485: SAVEPOINT UPDATE_CONFIGURATION_INT;
2486:
2487: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
2488:

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

2489: IF aso_debug_pub.g_debug_flag = 'Y' THEN
2490: aso_debug_pub.add('update_configuration: Begin');
2491: END IF;
2492:
2493: -- Standard call to check for call compatibility.
2494: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2495: p_api_version_number,
2496: l_api_name,
2497: G_PKG_NAME) THEN