DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on PO_CREATE_REQUISITION_SV

Line 5646: l_req_header_rec PO_CREATE_REQUISITION_SV.Header_rec_Type;

5642: **--Check for return status
5643: **--Handle Exceptions
5644: */
5645: l_int_req_Ret_sts varchar2(1);
5646: l_req_header_rec PO_CREATE_REQUISITION_SV.Header_rec_Type;
5647: l_req_line_tbl PO_CREATE_REQUISITION_SV.Line_Tbl_Type;
5648: l_created_by number;
5649: l_org_id number;
5650: l_preparer_id number;

Line 5647: l_req_line_tbl PO_CREATE_REQUISITION_SV.Line_Tbl_Type;

5643: **--Handle Exceptions
5644: */
5645: l_int_req_Ret_sts varchar2(1);
5646: l_req_header_rec PO_CREATE_REQUISITION_SV.Header_rec_Type;
5647: l_req_line_tbl PO_CREATE_REQUISITION_SV.Line_Tbl_Type;
5648: l_created_by number;
5649: l_org_id number;
5650: l_preparer_id number;
5651: l_destination_org_id number;

Line 5773: PO_CREATE_REQUISITION_SV.process_requisition(px_header_rec => l_req_header_rec

5769:
5770: --Call the PO API and pass the internal req header record and line tables to Create the Internal Req
5771: BEGIN /* Call to the Purchasing API*/
5772:
5773: PO_CREATE_REQUISITION_SV.process_requisition(px_header_rec => l_req_header_rec
5774: ,px_line_table => l_req_line_tbl
5775: ,x_return_status => l_int_req_Ret_sts
5776: ,x_msg_count => l_msg_count
5777: ,x_msg_data => l_msg_data );