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 2005/10/21 18:12:48 skulkarn 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 2005/10/21 18:12:48 skulkarn 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 77: l_check_service_rec ASO_SERVICE_CONTRACTS_INT.CHECK_SERVICE_REC_TYPE;

73: l_inventory_item_id NUMBER ;
74: l_organization_id NUMBER;
75: l_cust_account_id NUMBER;
76: l_serviceable_flag VARCHAR2(1);
77: l_check_service_rec ASO_SERVICE_CONTRACTS_INT.CHECK_SERVICE_REC_TYPE;
78: l_Available_YN VARCHAR2(1);
79: l_cs_org_id number;
80: BEGIN
81: -- Standard Start of API savepoint

Line 196: ASO_SERVICE_CONTRACTS_INT.Is_Service_Available(

192: IF aso_debug_pub.g_debug_flag = 'Y' THEN
193: aso_debug_pub.add('Get Service Attr:ref code QUOTE before Is Service '||l_serviceable_flag, 1, 'Y');
194: END IF;
195:
196: ASO_SERVICE_CONTRACTS_INT.Is_Service_Available(
197: P_Api_Version_Number => P_Api_Version_Number ,
198: P_init_msg_list => p_init_msg_list,
199: X_msg_Count => X_msg_count ,
200: X_msg_Data => X_msg_data ,

Line 249: ASO_SERVICE_CONTRACTS_INT.Is_Service_Available(

245: CLOSE C_cs_item;
246: l_check_service_rec.product_item_id := l_inventory_item_id;
247: l_check_service_rec.service_item_id := P_Qte_Line_rec.inventory_item_id;
248: l_check_service_rec.customer_id := l_cust_account_id;
249: ASO_SERVICE_CONTRACTS_INT.Is_Service_Available(
250: P_Api_Version_Number => 1.0 ,
251: P_init_msg_list => p_init_msg_list,
252: X_msg_Count => X_msg_count ,
253: X_msg_Data => X_msg_data ,

Line 296: ASO_SERVICE_CONTRACTS_INT.Is_Service_Available(

292: CLOSE C_ord_item;
293: l_check_service_rec.product_item_id := l_inventory_item_id;
294: l_check_service_rec.service_item_id := P_Qte_Line_rec.inventory_item_id;
295: l_check_service_rec.customer_id := l_cust_account_id;
296: ASO_SERVICE_CONTRACTS_INT.Is_Service_Available(
297: P_Api_Version_Number => 1.0 ,
298: P_init_msg_list => p_init_msg_list,
299: X_msg_Count => X_msg_count ,
300: X_msg_Data => X_msg_data ,

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

1101:
1102: END Get_Warranty;
1103:
1104:
1105: End ASO_service_contracts_INT;