DBA Data[Home] [Help]

APPS.ASO_SERVICE_CONTRACTS_INT dependencies on OKS_OMINT_PUB

Line 461: aso_debug_pub.add('ASO_service_contracts_INT.Get_Duration: Before call OKS_OMINT_PUB.Get Duration.',1,'Y');

457:
458: IF aso_debug_pub.g_debug_flag = 'Y' THEN
459:
460: aso_utility_pvt.print_login_info();
461: aso_debug_pub.add('ASO_service_contracts_INT.Get_Duration: Before call OKS_OMINT_PUB.Get Duration.',1,'Y');
462: aso_debug_pub.add('Get Duration: p_customer_id: '||p_customer_id, 1, 'Y');
463: aso_debug_pub.add('Get Duration: p_system_id: '||p_system_id, 1, 'Y');
464: aso_debug_pub.add('Get Duration: p_service_duration: '||p_service_duration, 1, 'Y');
465: aso_debug_pub.add('Get Duration: p_service_period: '||p_service_period, 1, 'Y');

Line 473: OKS_OMINT_PUB.Get_Duration(

469:
470: END IF;
471:
472:
473: OKS_OMINT_PUB.Get_Duration(
474: P_Api_Version => 1.0 ,
475: P_init_msg_list => P_init_msg_list,
476: X_msg_Count => X_msg_count ,
477: X_msg_Data => X_msg_data ,

Line 493: aso_debug_pub.add('Get Duration: After Call to OKS_OMINT_PUB.Get_Duration: X_return_status: '||X_return_status, 1, 'Y');

489:
490:
491: IF aso_debug_pub.g_debug_flag = 'Y' THEN
492:
493: aso_debug_pub.add('Get Duration: After Call to OKS_OMINT_PUB.Get_Duration: X_return_status: '||X_return_status, 1, 'Y');
494: aso_debug_pub.add('Get Duration: x_service_duration: '||x_service_duration, 1, 'Y');
495: aso_debug_pub.add('Get Duration: x_service_period: '||x_service_period, 1, 'Y');
496: aso_debug_pub.add('Get Duration: x_new_end_date: '||x_new_end_date, 1, 'Y');
497: aso_utility_pvt.print_login_info();

Line 577: l_check_service_rec OKS_OMINT_PUB.CHECK_SERVICE_REC_TYPE;

573: IS
574: l_api_version_number NUMBER := 1.0;
575: l_api_name VARCHAR2(50) := 'Is_Service_Available';
576:
577: l_check_service_rec OKS_OMINT_PUB.CHECK_SERVICE_REC_TYPE;
578: BEGIN
579: -- Standard Start of API savepoint
580: SAVEPOINT IS_SERVICE_AVAILABLE_PUB;
581:

Line 669: aso_debug_pub.add('Before Calling OKS_OMINT_PUB.Is_Service_Available ',1,'Y');

665: l_check_service_rec.request_date := p_check_service_rec.request_date;
666: */
667:
668: IF aso_debug_pub.g_debug_flag = 'Y' THEN
669: aso_debug_pub.add('Before Calling OKS_OMINT_PUB.Is_Service_Available ',1,'Y');
670: aso_utility_pvt.print_login_info();
671: END IF;
672:
673: OKS_OMINT_PUB.Is_Service_Available(

Line 673: OKS_OMINT_PUB.Is_Service_Available(

669: aso_debug_pub.add('Before Calling OKS_OMINT_PUB.Is_Service_Available ',1,'Y');
670: aso_utility_pvt.print_login_info();
671: END IF;
672:
673: OKS_OMINT_PUB.Is_Service_Available(
674: P_Api_Version => 1.0 ,
675: P_init_msg_list => p_init_msg_list,
676: X_msg_Count => X_msg_count ,
677: X_msg_Data => X_msg_data ,

Line 683: aso_debug_pub.add('After Calling OKS_OMINT_PUB.Is_Service_Available ',1,'Y');

679: p_check_service_rec => l_check_service_rec,
680: X_Available_YN => X_Available_YN );
681:
682: IF aso_debug_pub.g_debug_flag = 'Y' THEN
683: aso_debug_pub.add('After Calling OKS_OMINT_PUB.Is_Service_Available ',1,'Y');
684: aso_utility_pvt.print_login_info();
685: END IF;
686:
687:

Line 760: l_avail_service_rec OKS_OMINT_PUB.AVAIL_SERVICE_REC_TYPE;

756: IS
757: l_api_version_number NUMBER := 1.0;
758: l_api_name VARCHAR2(50) := 'Available_Services';
759:
760: l_avail_service_rec OKS_OMINT_PUB.AVAIL_SERVICE_REC_TYPE;
761: l_Orderable_Service_tbl OKS_OMINT_PUB.order_service_tbl_type;
762:
763:
764: BEGIN

Line 761: l_Orderable_Service_tbl OKS_OMINT_PUB.order_service_tbl_type;

757: l_api_version_number NUMBER := 1.0;
758: l_api_name VARCHAR2(50) := 'Available_Services';
759:
760: l_avail_service_rec OKS_OMINT_PUB.AVAIL_SERVICE_REC_TYPE;
761: l_Orderable_Service_tbl OKS_OMINT_PUB.order_service_tbl_type;
762:
763:
764: BEGIN
765: -- Standard Start of API savepoint

Line 846: aso_debug_pub.add('Before Calling OKS_OMINT_PUB.Available_Services ',1,'Y');

842: l_avail_service_rec.REQUEST_DATE := p_avail_service_rec.REQUEST_DATE;
843: */
844:
845: IF aso_debug_pub.g_debug_flag = 'Y' THEN
846: aso_debug_pub.add('Before Calling OKS_OMINT_PUB.Available_Services ',1,'Y');
847: aso_utility_pvt.print_login_info();
848: END IF;
849:
850: OKS_OMINT_PUB.Available_Services(

Line 850: OKS_OMINT_PUB.Available_Services(

846: aso_debug_pub.add('Before Calling OKS_OMINT_PUB.Available_Services ',1,'Y');
847: aso_utility_pvt.print_login_info();
848: END IF;
849:
850: OKS_OMINT_PUB.Available_Services(
851: P_Api_Version => 1.0 ,
852: P_init_msg_list => p_init_msg_list,
853: X_msg_Count => X_msg_count ,
854: X_msg_Data => X_msg_data ,