DBA Data[Home] [Help]

APPS.IBE_SHOP_LIST_PVT dependencies on IBE_QUOTE_SAVE_PVT

Line 2400: -- add 3/26/03: to be used for ibe_quote_save_pvt.save api

2396: END IF;
2397: x_list_line_id_map_tbl := jtf_number_table();
2398: x_qte_line_index_tbl := jtf_number_table();
2399:
2400: -- add 3/26/03: to be used for ibe_quote_save_pvt.save api
2401: x_ql_line_codes := jtf_number_table();
2402:
2403: -- added on 5/30/03: SBM -- for checking to see if the cart has a MDL item
2404: x_contMDL := 'N';

Line 2640: -- add 3/26/03: to be used for ibe_quote_save_pvt.save api

2636:
2637: END IF; -- if or
2638: END IF;
2639:
2640: -- add 3/26/03: to be used for ibe_quote_save_pvt.save api
2641: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2642: IBE_Util.Debug('l_item_type_code='||l_item_type_code);
2643: END IF;
2644: x_ql_line_codes.extend;

Line 2649: x_ql_line_codes(x_ql_line_codes.LAST) := IBE_QUOTE_SAVE_PVT.SERVICEABLE_LINE_CODE;

2645: if (l_item_type_code = 'SVA') then
2646: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2647: IBE_Util.Debug('l_item_type_code=SVA!');
2648: END IF;
2649: x_ql_line_codes(x_ql_line_codes.LAST) := IBE_QUOTE_SAVE_PVT.SERVICEABLE_LINE_CODE;
2650:
2651: elsif (l_item_type_code = 'STD') then
2652: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2653: IBE_Util.Debug('l_item_type_code=STD!');

Line 2655: x_ql_line_codes(x_ql_line_codes.LAST) := IBE_QUOTE_SAVE_PVT.STANDARD_LINE_CODE;

2651: elsif (l_item_type_code = 'STD') then
2652: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2653: IBE_Util.Debug('l_item_type_code=STD!');
2654: END IF;
2655: x_ql_line_codes(x_ql_line_codes.LAST) := IBE_QUOTE_SAVE_PVT.STANDARD_LINE_CODE;
2656: end if;
2657:
2658: END IF; -- if (l_item_type_code <> 'SRV') then
2659: END LOOP;

Line 2711: -- add 3/26/03: to be used for ibe_quote_save_pvt.save api

2707: l_list_line_relation_tbl IBE_Shop_List_PVT.SL_Line_Rel_Tbl_Type;
2708: lx_quote_header_id NUMBER;
2709: lx_last_update_date DATE;
2710:
2711: -- add 3/26/03: to be used for ibe_quote_save_pvt.save api
2712: l_ql_line_codes jtf_number_table;
2713: lx_Qte_Line_Tbl ASO_Quote_Pub.Qte_Line_Tbl_Type;
2714:
2715: -- added on 5/21/03: SBM --

Line 2771: IBE_Quote_Save_pvt.DeleteAllLines(

2767:
2768: IF (p_q_header_rec.quote_header_id <> FND_API.G_MISS_NUM) THEN
2769: IF (p_mode = 'REPLACE') THEN
2770: --dbms_output.put_line('calling IBE_Shop_List_PVT.DeleteAllLines()..');
2771: IBE_Quote_Save_pvt.DeleteAllLines(
2772: p_api_version_number => p_api_version,
2773: p_init_msg_list => FND_API.G_TRUE,
2774: p_commit => FND_API.G_FALSE,
2775: x_return_status => x_return_status,

Line 2866: --dbms_output.put_line('Calling IBE_Quote_Save_pvt.Save()...');

2862: end loop;
2863: */
2864: --dbms_output.put_line('l_qte_line_relation_tbl.count = ' || l_qte_line_relation_tbl.count);
2865:
2866: --dbms_output.put_line('Calling IBE_Quote_Save_pvt.Save()...');
2867:
2868: IBE_Quote_Misc_pvt.Update_Config_Item_Lines(
2869: x_return_status => x_return_status,
2870: x_msg_count => x_msg_count ,

Line 2914: IBE_Quote_Save_pvt.AddItemsToCart(

2910: END IF;
2911:
2912: END IF; --p_promocode not null
2913:
2914: IBE_Quote_Save_pvt.AddItemsToCart(
2915: p_api_version_number => p_api_version,
2916: p_init_msg_list => FND_API.G_TRUE,
2917: p_commit => FND_API.G_FALSE,
2918: x_return_status => x_return_status,