DBA Data[Home] [Help]

APPS.POS_SCO_TOLERANCE_PVT dependencies on PO_REQ_CHANGE_TABLE

Line 4026: l_change_table PO_REQ_CHANGE_TABLE;

4022: l_requisition_line_id po_requisition_lines_all.requisition_line_id%type ;
4023: l_requisition_header_id po_requisition_lines_all.requisition_header_id%type ;
4024: l_line_location_id po_requisition_lines_all.line_location_id%type ;
4025: l_req_distribution_id po_req_distributions_all.distribution_id%type ;
4026: l_change_table PO_REQ_CHANGE_TABLE;
4027: l_cancel_table PO_REQ_CANCEL_TABLE:=null;
4028: l_rec_count number :=0;
4029: l_req_hdr_id number;
4030: l_api_version number := 1.0;

Line 4045: l_change_table:=PO_REQ_CHANGE_TABLE(

4041:
4042: x_retMsg :='';
4043: x_progress := 'INITIATERCOFLOW:000';
4044:
4045: l_change_table:=PO_REQ_CHANGE_TABLE(
4046: req_line_id => po_tbl_number(),
4047: req_dist_id => po_tbl_number(),
4048: price => po_tbl_number(),
4049: quantity => po_tbl_number(),