DBA Data[Home] [Help]

APPS.PO_MODIFY_REQUISITION_PVT dependencies on PO_REQ_DIST_SV

Line 1362: PO_REQ_DIST_SV.create_dist_for_modify(

1358: PO_LOG.stmt(d_module_base,d_progress,'Creating a new distribution for ',p_new_line_ids_tbl(l_req_line_index));
1359: END IF;
1360: d_progress := 50;
1361: --Create req distributions for the newly created line
1362: PO_REQ_DIST_SV.create_dist_for_modify(
1363: p_new_line_ids_tbl(l_req_line_index),
1364: p_req_line_id,
1365: l_quantity_table(l_req_line_index));
1366: