DBA Data[Home] [Help]

APPS.POS_SCO_TOLERANCE_PVT dependencies on PO_REQ_CANCEL_TABLE

Line 4027: l_cancel_table PO_REQ_CANCEL_TABLE:=null;

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