DBA Data[Home] [Help]

APPS.MRP_CREATE_SCHEDULE_ISO dependencies on PO_CREATE_REQUISITION_SV

Line 171: l_req_header_rec PO_CREATE_REQUISITION_SV.Header_rec_Type;

167: l_level_value number;
168:
169: /* Variables for Process Requisition */
170: l_int_req_Ret_sts varchar2(30);
171: l_req_header_rec PO_CREATE_REQUISITION_SV.Header_rec_Type;
172: l_req_line_tbl PO_CREATE_REQUISITION_SV.Line_Tbl_Type;
173: l_msg_count number;
174: l_msg_data varchar2(2000);
175: k number := 1;

Line 172: l_req_line_tbl PO_CREATE_REQUISITION_SV.Line_Tbl_Type;

168:
169: /* Variables for Process Requisition */
170: l_int_req_Ret_sts varchar2(30);
171: l_req_header_rec PO_CREATE_REQUISITION_SV.Header_rec_Type;
172: l_req_line_tbl PO_CREATE_REQUISITION_SV.Line_Tbl_Type;
173: l_msg_count number;
174: l_msg_data varchar2(2000);
175: k number := 1;
176: j number := 1;

Line 359: PO_CREATE_REQUISITION_SV.process_requisition(px_header_rec => l_req_header_rec

355: mo_global.set_policy_context('S',l_org_trans_rel_cur.to_operating_unit); -- MOAC Change
356:
357: /* Call the PO API and pass the internal req header record
358: and line tables to Create the Internal Req */
359: PO_CREATE_REQUISITION_SV.process_requisition(px_header_rec => l_req_header_rec
360: ,px_line_table => l_req_line_tbl
361: ,x_return_status => l_int_req_Ret_sts
362: ,x_msg_count => l_msg_count
363: ,x_msg_data => l_msg_data );