DBA Data[Home] [Help]

APPS.POS_SCO_TOLERANCE_PVT dependencies on PO_REQ_CHANGE_TABLE

Line 4143: l_change_table PO_REQ_CHANGE_TABLE;

4139: l_requisition_line_id po_requisition_lines_all.requisition_line_id%type ;
4140: l_requisition_header_id po_requisition_lines_all.requisition_header_id%type ;
4141: l_line_location_id po_requisition_lines_all.line_location_id%type ;
4142: l_req_distribution_id po_req_distributions_all.distribution_id%type ;
4143: l_change_table PO_REQ_CHANGE_TABLE;
4144: l_cancel_table PO_REQ_CANCEL_TABLE:=null;
4145: l_rec_count number :=0;
4146: l_req_hdr_id number;
4147: l_api_version number := 1.0;

Line 4170: l_change_table:=PO_REQ_CHANGE_TABLE(

4166:
4167: x_retMsg :='';
4168: x_progress := 'INITIATERCOFLOW:000';
4169:
4170: l_change_table:=PO_REQ_CHANGE_TABLE(
4171: req_line_id => po_tbl_number(),
4172: req_dist_id => po_tbl_number(),
4173: price => po_tbl_number(),
4174: quantity => po_tbl_number(),