DBA Data[Home] [Help]

APPS.ASO_QUOTE_LINES_PVT dependencies on ASO_SERVICE_CONTRACTS_INT

Line 1611: ASO_SERVICE_CONTRACTS_INT.Get_service_attributes(

1607: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1608: aso_debug_pub.add('Populate_Quote_lines:Create :before get service attr ', 1, 'N');
1609: end if;
1610:
1611: ASO_SERVICE_CONTRACTS_INT.Get_service_attributes(
1612: P_Api_Version_Number => 1,
1613: P_init_msg_list => FND_API.G_FALSE,
1614: P_Qte_Line_Rec => P_Qte_Line_Rec,
1615: P_Qte_Line_Dtl_tbl => P_Qte_Line_Dtl_tbl,

Line 1688: ASO_Service_Contracts_INT.Get_Duration(

1684: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1685: aso_debug_pub.add('Populate_quote_lines: ELSIF Cond not G_MISS_DATE but not null', 1, 'N');
1686: end if;
1687:
1688: ASO_Service_Contracts_INT.Get_Duration(
1689: P_Api_Version_Number => 1.0,
1690: X_msg_Count => x_msg_count ,
1691: X_msg_Data => x_msg_data ,
1692: X_Return_Status => x_return_status,

Line 1770: ASO_Service_Contracts_INT.Get_Duration(

1766: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1767: aso_debug_pub.add('Populate_quote_lines: Inside IF l_call_get_duration = FND_API.G_TRUE Cond ', 1, 'N');
1768: end if;
1769:
1770: ASO_Service_Contracts_INT.Get_Duration(
1771: P_Api_Version_Number => 1.0,
1772: X_msg_Count => x_msg_count ,
1773: X_msg_Data => x_msg_data ,
1774: X_Return_Status => x_return_status,

Line 2212: aso_debug_pub.add('Populate_Quote_lines:Update :before call to ASO_SERVICE_CONTRACTS_INT.Get_service_attributes', 1, 'N');

2208: aso_debug_pub.add('Populate_Quote_lines: l_service_period: '|| l_service_period, 1, 'N');
2209: aso_debug_pub.add('Populate_Quote_lines: l_coterminate_flag: '|| l_coterminate_flag, 1, 'N');
2210: aso_debug_pub.add('Populate_Quote_lines: l_customer_id: '|| l_customer_id, 1, 'N');
2211: aso_debug_pub.add('Populate_Quote_lines: l_party: '|| l_party, 1, 'N');
2212: aso_debug_pub.add('Populate_Quote_lines:Update :before call to ASO_SERVICE_CONTRACTS_INT.Get_service_attributes', 1, 'N');
2213: END IF;
2214:
2215: ASO_SERVICE_CONTRACTS_INT.Get_service_attributes( P_Api_Version_Number => 1,
2216: P_init_msg_list => FND_API.G_FALSE,

Line 2215: ASO_SERVICE_CONTRACTS_INT.Get_service_attributes( P_Api_Version_Number => 1,

2211: aso_debug_pub.add('Populate_Quote_lines: l_party: '|| l_party, 1, 'N');
2212: aso_debug_pub.add('Populate_Quote_lines:Update :before call to ASO_SERVICE_CONTRACTS_INT.Get_service_attributes', 1, 'N');
2213: END IF;
2214:
2215: ASO_SERVICE_CONTRACTS_INT.Get_service_attributes( P_Api_Version_Number => 1,
2216: P_init_msg_list => FND_API.G_FALSE,
2217: P_Qte_Line_Rec => P_Qte_Line_Rec,
2218: P_Qte_Line_Dtl_tbl => P_Qte_Line_Dtl_tbl,
2219: X_msg_Count => X_msg_Count,

Line 2326: ASO_Service_Contracts_INT.Get_Duration(

2322: aso_debug_pub.add('Populate_quote_lines: Before call to Get_Duration: l_call_get_duration: '||l_call_get_duration,1,'N');
2323: end if;
2324:
2325:
2326: ASO_Service_Contracts_INT.Get_Duration(
2327: P_Api_Version_Number => 1.0,
2328: X_msg_Count => x_msg_count ,
2329: X_msg_Data => x_msg_data ,
2330: X_Return_Status => x_return_status,