DBA Data[Home] [Help]

APPS.PO_MODIFY_REQUISITION_PVT dependencies on PO_REQ_DIST_SV

Line 919: PO_REQ_DIST_SV.create_dist_for_modify(

915: PO_LOG.stmt(d_module_base,d_progress,'Creating a new distribution for ',p_new_line_ids_tbl(l_req_line_index));
916: END IF;
917: d_progress := 50;
918: --Create req distributions for the newly created line
919: PO_REQ_DIST_SV.create_dist_for_modify(
920: p_new_line_ids_tbl(l_req_line_index),
921: p_req_line_id,
922: l_quantity_table(l_req_line_index));
923: