DBA Data[Home] [Help]

APPS.GMI_ALLOCATE_INVENTORY_PVT dependencies on GMD_SPEC_MATCH_GRP

Line 109: find_cust_spec_rec GMD_SPEC_MATCH_GRP.customer_spec_rec_type;

105:
106: --2722339 EMC Auto Alloc QC Spec Match Project
107: l_grade_or_qcmatch_flag NUMBER DEFAULT 0;
108: l_prm_prefqc_grade VARCHAR2(10) DEFAULT null;
109: find_cust_spec_rec GMD_SPEC_MATCH_GRP.customer_spec_rec_type;
110: l_out_rec BOOLEAN;
111: l_spec_hdr_id NUMBER;
112: l_spec_vr_id NUMBER;
113: l_spec_return_status VARCHAR2(1);

Line 124: result_lot_match_tbl GMD_SPEC_MATCH_GRP.result_lot_match_tbl;

120: l_message_data VARCHAR2(500);
121: l_alloc_all_lot_flag VARCHAR2(1);
122:
123:
124: result_lot_match_tbl GMD_SPEC_MATCH_GRP.result_lot_match_tbl;
125: result_flag NUMBER DEFAULT 0 ;
126: x2_return_status VARCHAR2(1);
127: x2_message_data VARCHAR2(500);
128:

Line 639: GMI_Reservation_Util.PrintLn('(Alloc PVT) Calling GMD_SPEC_MATCH_GRP.find_customer_spec ') ;

635: find_cust_spec_rec.order_line_id :=p_allocation_rec.line_id;
636: find_cust_spec_rec.look_in_other_orgn := 'Y';
637: find_cust_spec_rec.exact_match := 'N';
638:
639: GMI_Reservation_Util.PrintLn('(Alloc PVT) Calling GMD_SPEC_MATCH_GRP.find_customer_spec ') ;
640: l_out_rec := GMD_SPEC_MATCH_GRP.find_customer_spec
641: (p_customer_spec_rec => find_cust_spec_rec
642: ,x_spec_id => l_spec_hdr_id
643: ,x_spec_vr_id => l_spec_vr_id

Line 640: l_out_rec := GMD_SPEC_MATCH_GRP.find_customer_spec

636: find_cust_spec_rec.look_in_other_orgn := 'Y';
637: find_cust_spec_rec.exact_match := 'N';
638:
639: GMI_Reservation_Util.PrintLn('(Alloc PVT) Calling GMD_SPEC_MATCH_GRP.find_customer_spec ') ;
640: l_out_rec := GMD_SPEC_MATCH_GRP.find_customer_spec
641: (p_customer_spec_rec => find_cust_spec_rec
642: ,x_spec_id => l_spec_hdr_id
643: ,x_spec_vr_id => l_spec_vr_id
644: ,x_return_status => l_spec_return_status

Line 689: GMI_Reservation_Util.PrintLn('(Alloc PVT) calling GMD_SPEC_MATCH_GRP.get_spec_match');

685: result_lot_match_tbl(1).whse_code := p_ic_whse_mst.whse_code;
686: result_lot_match_tbl(1).location := l_location;
687: */
688:
689: GMI_Reservation_Util.PrintLn('(Alloc PVT) calling GMD_SPEC_MATCH_GRP.get_spec_match');
690:
691: GMD_SPEC_MATCH_GRP.get_result_match_for_spec
692: ( p_spec_id => l_spec_hdr_id
693: , p_lots => result_lot_match_tbl

Line 691: GMD_SPEC_MATCH_GRP.get_result_match_for_spec

687: */
688:
689: GMI_Reservation_Util.PrintLn('(Alloc PVT) calling GMD_SPEC_MATCH_GRP.get_spec_match');
690:
691: GMD_SPEC_MATCH_GRP.get_result_match_for_spec
692: ( p_spec_id => l_spec_hdr_id
693: , p_lots => result_lot_match_tbl
694: , x_return_status => x2_return_status
695: , x_message_data => x2_message_data) ;