DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CONTROL_PVT dependencies on PO_RESERVATION_MAINTAIN_SV

Line 4090: PO_RESERVATION_MAINTAIN_SV.maintain_reservation(

4086: --When one finally close a PO, the req is NOT returned to the req pool.
4087: --Since you cannot generate a new PO from the same req, the req cannot be
4088: --considered supply, so we remove the reservation entirely.
4089:
4090: PO_RESERVATION_MAINTAIN_SV.maintain_reservation(
4091: p_header_id => p_doc_header_id,
4092: p_action => 'CANCEL_PO_SUPPLY',
4093: p_recreate_demand_flag => 'N',
4094: x_return_status => x_return_status);

Line 4100: --PO_RESERVATION_MAINTAIN_SV.maintain_reservation nullifies the

4096: PO_LOG.stmt(d_module,d_pos,'x_return_status',x_return_status);
4097: END IF;
4098:
4099: d_pos := 30;
4100: --PO_RESERVATION_MAINTAIN_SV.maintain_reservation nullifies the
4101: -- x_return_status
4102: IF(x_return_status is null) THEN
4103: x_return_status := FND_API.g_ret_sts_success;
4104: END IF;