DBA Data[Home] [Help]

APPS.POS_SCO_TOLERANCE_PVT dependencies on PO_REQ_CANCEL_TABLE

Line 4144: l_cancel_table PO_REQ_CANCEL_TABLE:=null;

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;
4148: l_api_name varchar2(100) := 'INITIATERCOFLOW';