DBA Data[Home] [Help]

APPS.ASO_SERVICE_CONTRACTS_INT dependencies on OKS_OMINT_PUB

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

565:
566: IF aso_debug_pub.g_debug_flag = 'Y' THEN
567:
568: aso_utility_pvt.print_login_info();
569: aso_debug_pub.add('ASO_service_contracts_INT.Get_Duration: Before call OKS_OMINT_PUB.Get Duration.',1,'Y');
570: aso_debug_pub.add('Get Duration: p_customer_id: '||p_customer_id, 1, 'Y');
571: aso_debug_pub.add('Get Duration: p_system_id: '||p_system_id, 1, 'Y');
572: aso_debug_pub.add('Get Duration: p_service_duration: '||p_service_duration, 1, 'Y');
573: aso_debug_pub.add('Get Duration: p_service_period: '||p_service_period, 1, 'Y');

Line 581: OKS_OMINT_PUB.Get_Duration(

577:
578: END IF;
579:
580:
581: OKS_OMINT_PUB.Get_Duration(
582: P_Api_Version => 1.0 ,
583: P_init_msg_list => P_init_msg_list,
584: X_msg_Count => X_msg_count ,
585: X_msg_Data => X_msg_data ,

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

597:
598:
599: IF aso_debug_pub.g_debug_flag = 'Y' THEN
600:
601: aso_debug_pub.add('Get Duration: After Call to OKS_OMINT_PUB.Get_Duration: X_return_status: '||X_return_status, 1, 'Y');
602: aso_debug_pub.add('Get Duration: x_service_duration: '||x_service_duration, 1, 'Y');
603: aso_debug_pub.add('Get Duration: x_service_period: '||x_service_period, 1, 'Y');
604: aso_debug_pub.add('Get Duration: x_new_end_date: '||x_new_end_date, 1, 'Y');
605: aso_utility_pvt.print_login_info();

Line 685: l_check_service_rec OKS_OMINT_PUB.CHECK_SERVICE_REC_TYPE;

681: IS
682: l_api_version_number NUMBER := 1.0;
683: l_api_name VARCHAR2(50) := 'Is_Service_Available';
684:
685: l_check_service_rec OKS_OMINT_PUB.CHECK_SERVICE_REC_TYPE;
686: BEGIN
687: -- Standard Start of API savepoint
688: SAVEPOINT IS_SERVICE_AVAILABLE_PUB;
689:

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

773: l_check_service_rec.request_date := p_check_service_rec.request_date;
774: */
775:
776: IF aso_debug_pub.g_debug_flag = 'Y' THEN
777: aso_debug_pub.add('Before Calling OKS_OMINT_PUB.Is_Service_Available ',1,'Y');
778: aso_utility_pvt.print_login_info();
779: END IF;
780:
781: OKS_OMINT_PUB.Is_Service_Available(

Line 781: OKS_OMINT_PUB.Is_Service_Available(

777: aso_debug_pub.add('Before Calling OKS_OMINT_PUB.Is_Service_Available ',1,'Y');
778: aso_utility_pvt.print_login_info();
779: END IF;
780:
781: OKS_OMINT_PUB.Is_Service_Available(
782: P_Api_Version => 1.0 ,
783: P_init_msg_list => p_init_msg_list,
784: X_msg_Count => X_msg_count ,
785: X_msg_Data => X_msg_data ,

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

787: p_check_service_rec => l_check_service_rec,
788: X_Available_YN => X_Available_YN );
789:
790: IF aso_debug_pub.g_debug_flag = 'Y' THEN
791: aso_debug_pub.add('After Calling OKS_OMINT_PUB.Is_Service_Available ',1,'Y');
792: aso_utility_pvt.print_login_info();
793: END IF;
794:
795:

Line 868: l_avail_service_rec OKS_OMINT_PUB.AVAIL_SERVICE_REC_TYPE;

864: IS
865: l_api_version_number NUMBER := 1.0;
866: l_api_name VARCHAR2(50) := 'Available_Services';
867:
868: l_avail_service_rec OKS_OMINT_PUB.AVAIL_SERVICE_REC_TYPE;
869: l_Orderable_Service_tbl OKS_OMINT_PUB.order_service_tbl_type;
870:
871:
872: BEGIN

Line 869: l_Orderable_Service_tbl OKS_OMINT_PUB.order_service_tbl_type;

865: l_api_version_number NUMBER := 1.0;
866: l_api_name VARCHAR2(50) := 'Available_Services';
867:
868: l_avail_service_rec OKS_OMINT_PUB.AVAIL_SERVICE_REC_TYPE;
869: l_Orderable_Service_tbl OKS_OMINT_PUB.order_service_tbl_type;
870:
871:
872: BEGIN
873: -- Standard Start of API savepoint

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

950: l_avail_service_rec.REQUEST_DATE := p_avail_service_rec.REQUEST_DATE;
951: */
952:
953: IF aso_debug_pub.g_debug_flag = 'Y' THEN
954: aso_debug_pub.add('Before Calling OKS_OMINT_PUB.Available_Services ',1,'Y');
955: aso_utility_pvt.print_login_info();
956: END IF;
957:
958: OKS_OMINT_PUB.Available_Services(

Line 958: OKS_OMINT_PUB.Available_Services(

954: aso_debug_pub.add('Before Calling OKS_OMINT_PUB.Available_Services ',1,'Y');
955: aso_utility_pvt.print_login_info();
956: END IF;
957:
958: OKS_OMINT_PUB.Available_Services(
959: P_Api_Version => 1.0 ,
960: P_init_msg_list => p_init_msg_list,
961: X_msg_Count => X_msg_count ,
962: X_msg_Data => X_msg_data ,