DBA Data[Home] [Help]

APPS.ASO_SERVICE_CONTRACTS_INT dependencies on ASO_SERVICE_CONTRACTS_INT

Line 1: PACKAGE BODY ASO_service_contracts_INT as

1: PACKAGE BODY ASO_service_contracts_INT as
2: /* $Header: asoioksb.pls 120.2.12010000.2 2009/07/20 09:35:47 rassharm ship $ */
3: -- Start of Comments
4: -- Package name : ASO_service_contracts_INT
5: -- Purpose :

Line 4: -- Package name : ASO_service_contracts_INT

1: PACKAGE BODY ASO_service_contracts_INT as
2: /* $Header: asoioksb.pls 120.2.12010000.2 2009/07/20 09:35:47 rassharm ship $ */
3: -- Start of Comments
4: -- Package name : ASO_service_contracts_INT
5: -- Purpose :
6: -- History :
7: -- 10/18/2002 hyang - 2633507 performance fix
8: -- 10/21/2002 hyang - fix GSSC warning about default parameter values

Line 12: G_PKG_NAME CONSTANT VARCHAR2(30):= 'ASO_service_contracts_INT';

8: -- 10/21/2002 hyang - fix GSSC warning about default parameter values
9: -- NOTE :
10: -- End of Comments
11:
12: G_PKG_NAME CONSTANT VARCHAR2(30):= 'ASO_service_contracts_INT';
13: G_FILE_NAME CONSTANT VARCHAR2(12) := 'asoioksb.pls';
14:
15: G_USER_ID NUMBER := FND_GLOBAL.USER_ID;
16: G_LOGIN_ID NUMBER := FND_GLOBAL.CONC_LOGIN_ID;

Line 97: l_check_service_rec ASO_SERVICE_CONTRACTS_INT.CHECK_SERVICE_REC_TYPE;

93: l_inventory_item_id NUMBER ;
94: l_organization_id NUMBER;
95: l_cust_account_id NUMBER;
96: l_serviceable_flag VARCHAR2(1);
97: l_check_service_rec ASO_SERVICE_CONTRACTS_INT.CHECK_SERVICE_REC_TYPE;
98: l_Available_YN VARCHAR2(1);
99: l_cs_org_id number;
100: ln_end_cust_account_id NUMBER; -- line level end customer Sun ER 8647883
101: lh_end_cust_account_id NUMBER; -- header level end customer Sun ER 8647883

Line 221: ASO_SERVICE_CONTRACTS_INT.Is_Service_Available(

217: IF aso_debug_pub.g_debug_flag = 'Y' THEN
218: aso_debug_pub.add('Get Service Attr:ref code QUOTE before Is Service '||l_serviceable_flag, 1, 'Y');
219: END IF;
220:
221: ASO_SERVICE_CONTRACTS_INT.Is_Service_Available(
222: P_Api_Version_Number => P_Api_Version_Number ,
223: P_init_msg_list => p_init_msg_list,
224: X_msg_Count => X_msg_count ,
225: X_msg_Data => X_msg_data ,

Line 302: ASO_SERVICE_CONTRACTS_INT.Is_Service_Available(

298: /*** End: BugNo 8647883: R12.1.2 Service reference SUN ER ***/
299: l_check_service_rec.product_item_id := l_inventory_item_id;
300: l_check_service_rec.service_item_id := P_Qte_Line_rec.inventory_item_id;
301: l_check_service_rec.customer_id := l_cust_account_id;
302: ASO_SERVICE_CONTRACTS_INT.Is_Service_Available(
303: P_Api_Version_Number => 1.0 ,
304: P_init_msg_list => p_init_msg_list,
305: X_msg_Count => X_msg_count ,
306: X_msg_Data => X_msg_data ,

Line 349: ASO_SERVICE_CONTRACTS_INT.Is_Service_Available(

345: CLOSE C_ord_item;
346: l_check_service_rec.product_item_id := l_inventory_item_id;
347: l_check_service_rec.service_item_id := P_Qte_Line_rec.inventory_item_id;
348: l_check_service_rec.customer_id := l_cust_account_id;
349: ASO_SERVICE_CONTRACTS_INT.Is_Service_Available(
350: P_Api_Version_Number => 1.0 ,
351: P_init_msg_list => p_init_msg_list,
352: X_msg_Count => X_msg_count ,
353: X_msg_Data => X_msg_data ,

Line 405: ASO_SERVICE_CONTRACTS_INT.Is_Service_Available(

401: l_inventory_item_id:= P_Qte_Line_Dtl_tbl(i).SERVICE_REF_LINE_ID;
402: l_check_service_rec.product_item_id := l_inventory_item_id;
403: l_check_service_rec.service_item_id := P_Qte_Line_rec.inventory_item_id;
404: l_check_service_rec.customer_id := l_cust_account_id;
405: ASO_SERVICE_CONTRACTS_INT.Is_Service_Available(
406: P_Api_Version_Number => 1.0 ,
407: P_init_msg_list => p_init_msg_list,
408: X_msg_Count => X_msg_count ,
409: X_msg_Data => X_msg_data ,

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 1213: End ASO_service_contracts_INT;

1209:
1210: END Get_Warranty;
1211:
1212:
1213: End ASO_service_contracts_INT;