DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on PO_CREATE_REQUISITION_SV

Line 6003: l_req_header_rec PO_CREATE_REQUISITION_SV.Header_rec_Type;

5999: **--Check for return status
6000: **--Handle Exceptions
6001: */
6002: l_int_req_Ret_sts varchar2(1);
6003: l_req_header_rec PO_CREATE_REQUISITION_SV.Header_rec_Type;
6004: l_req_line_tbl PO_CREATE_REQUISITION_SV.Line_Tbl_Type;
6005: l_created_by number;
6006: l_org_id number;
6007: l_preparer_id number;

Line 6004: l_req_line_tbl PO_CREATE_REQUISITION_SV.Line_Tbl_Type;

6000: **--Handle Exceptions
6001: */
6002: l_int_req_Ret_sts varchar2(1);
6003: l_req_header_rec PO_CREATE_REQUISITION_SV.Header_rec_Type;
6004: l_req_line_tbl PO_CREATE_REQUISITION_SV.Line_Tbl_Type;
6005: l_created_by number;
6006: l_org_id number;
6007: l_preparer_id number;
6008: l_destination_org_id number;

Line 6130: PO_CREATE_REQUISITION_SV.process_requisition(px_header_rec => l_req_header_rec

6126:
6127: --Call the PO API and pass the internal req header record and line tables to Create the Internal Req
6128: BEGIN /* Call to the Purchasing API*/
6129:
6130: PO_CREATE_REQUISITION_SV.process_requisition(px_header_rec => l_req_header_rec
6131: ,px_line_table => l_req_line_tbl
6132: ,x_return_status => l_int_req_Ret_sts
6133: ,x_msg_count => l_msg_count
6134: ,x_msg_data => l_msg_data );