DBA Data[Home] [Help]

APPS.ASO_SERVICE_CONTRACTS_INT_W dependencies on OKS_ENTITLEMENTS_PUB

Line 321: l_contracts_tbl oks_entitlements_pub.output_tbl_ib;

317: AND ol.inventory_item_id = msiv.inventory_item_id
318: AND msiv.organization_id = p_orgId
319: AND ol.service_reference_line_id=p_source_Id ;
320:
321: l_contracts_tbl oks_entitlements_pub.output_tbl_ib;
322: l_inp_rec oks_entitlements_pub.input_rec_ib;
323: l_item_id NUMBER;
324: l_inv_org_id NUMBER;
325: l_warranty_tbl aso_service_contracts_int.war_tbl_type;

Line 322: l_inp_rec oks_entitlements_pub.input_rec_ib;

318: AND msiv.organization_id = p_orgId
319: AND ol.service_reference_line_id=p_source_Id ;
320:
321: l_contracts_tbl oks_entitlements_pub.output_tbl_ib;
322: l_inp_rec oks_entitlements_pub.input_rec_ib;
323: l_item_id NUMBER;
324: l_inv_org_id NUMBER;
325: l_warranty_tbl aso_service_contracts_int.war_tbl_type;
326: l_return_status VARCHAR2(5);

Line 402: ASO_QUOTE_UTIL_PVT.Debug('Calling oks_entitlements_pub.get_contracts InstallBase');

398: l_inp_rec.validate_flag :='Y'; -- show all contracts
399: l_inp_rec.product_id :=p_source_Id;
400: l_inp_rec.calc_resptime_flag :='N';
401:
402: ASO_QUOTE_UTIL_PVT.Debug('Calling oks_entitlements_pub.get_contracts InstallBase');
403: aso_utility_pvt.print_login_info();
404:
405: oks_entitlements_pub.get_contracts(
406: p_api_version =>l_api_version,

Line 405: oks_entitlements_pub.get_contracts(

401:
402: ASO_QUOTE_UTIL_PVT.Debug('Calling oks_entitlements_pub.get_contracts InstallBase');
403: aso_utility_pvt.print_login_info();
404:
405: oks_entitlements_pub.get_contracts(
406: p_api_version =>l_api_version,
407: p_init_msg_list => FND_API.G_TRUE,
408: p_inp_rec => l_inp_rec,
409: x_ent_contracts => l_contracts_tbl,

Line 413: ASO_QUOTE_UTIL_PVT.Debug('Ending oks_entitlements_pub.get_contracts InstallBase');

409: x_ent_contracts => l_contracts_tbl,
410: x_return_status => x_return_status,
411: x_msg_count => x_msg_count,
412: x_msg_data => x_msg_data);
413: ASO_QUOTE_UTIL_PVT.Debug('Ending oks_entitlements_pub.get_contracts InstallBase');
414:
415: IF aso_debug_pub.g_debug_flag = 'Y' THEN
416: aso_debug_pub.add('ASO_Service_contracts_int_w: After Call to OKS entitlements get contracts: x_return_status '|| x_return_status, 1, 'N');
417: END IF;