DBA Data[Home] [Help]

APPS.MRP_CREATE_SCHEDULE_ISO dependencies on PO_CREATE_REQUISITION_SV

Line 163: l_req_header_rec PO_CREATE_REQUISITION_SV.Header_rec_Type;

159: l_level_value number;
160:
161: /* Variables for Process Requisition */
162: l_int_req_Ret_sts varchar2(30);
163: l_req_header_rec PO_CREATE_REQUISITION_SV.Header_rec_Type;
164: l_req_line_tbl PO_CREATE_REQUISITION_SV.Line_Tbl_Type;
165: l_msg_count number;
166: l_msg_data varchar2(2000);
167: k number := 1;

Line 164: l_req_line_tbl PO_CREATE_REQUISITION_SV.Line_Tbl_Type;

160:
161: /* Variables for Process Requisition */
162: l_int_req_Ret_sts varchar2(30);
163: l_req_header_rec PO_CREATE_REQUISITION_SV.Header_rec_Type;
164: l_req_line_tbl PO_CREATE_REQUISITION_SV.Line_Tbl_Type;
165: l_msg_count number;
166: l_msg_data varchar2(2000);
167: k number := 1;
168: j number := 1;

Line 347: PO_CREATE_REQUISITION_SV.process_requisition(px_header_rec => l_req_header_rec

343: mo_global.set_policy_context('S',l_org_trans_rel_cur.to_operating_unit); -- MOAC Change
344:
345: /* Call the PO API and pass the internal req header record
346: and line tables to Create the Internal Req */
347: PO_CREATE_REQUISITION_SV.process_requisition(px_header_rec => l_req_header_rec
348: ,px_line_table => l_req_line_tbl
349: ,x_return_status => l_int_req_Ret_sts
350: ,x_msg_count => l_msg_count
351: ,x_msg_data => l_msg_data );