DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CONTROL_PVT dependencies on PO_RESERVATION_MAINTAIN_SV

Line 4251: PO_RESERVATION_MAINTAIN_SV.maintain_reservation(

4247: --When one finally close a PO, the req is NOT returned to the req pool.
4248: --Since you cannot generate a new PO from the same req, the req cannot be
4249: --considered supply, so we remove the reservation entirely.
4250:
4251: PO_RESERVATION_MAINTAIN_SV.maintain_reservation(
4252: p_header_id => p_doc_header_id,
4253: p_action => 'CANCEL_PO_SUPPLY',
4254: p_recreate_demand_flag => 'N',
4255: x_return_status => x_return_status);

Line 4261: --PO_RESERVATION_MAINTAIN_SV.maintain_reservation nullifies the

4257: PO_LOG.stmt(d_module,d_pos,'x_return_status',x_return_status);
4258: END IF;
4259:
4260: d_pos := 30;
4261: --PO_RESERVATION_MAINTAIN_SV.maintain_reservation nullifies the
4262: -- x_return_status
4263: IF(x_return_status is null) THEN
4264: x_return_status := FND_API.g_ret_sts_success;
4265: END IF;