DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on PO_RESERVATION_MAINTAIN_SV

Line 292: PO_RESERVATION_MAINTAIN_SV.maintain_reservation (

288: l_progress := '060';
289: -- Bug 3570793 START
290: -- Moved the call here so that it happens for every approved
291: -- release that is created.
292: PO_RESERVATION_MAINTAIN_SV.maintain_reservation (
293: p_header_id => x_po_release_id,
294: p_line_id => 0,
295: p_line_location_id => 0,
296: p_distribution_id => 0,

Line 555: PO_RESERVATION_MAINTAIN_SV.maintain_reservation (

551: l_progress := '210';
552: -- Bug 3570793 START
553: -- Moved the call here so that it happens for every approved
554: -- release that is created.
555: PO_RESERVATION_MAINTAIN_SV.maintain_reservation (
556: p_header_id => x_po_release_id,
557: p_line_id => 0,
558: p_line_location_id => 0,
559: p_distribution_id => 0,

Line 651: PO_RESERVATION_MAINTAIN_SV.maintain_reservation

647: /*
648: Bug # 1995964 KPERIASA
649: Description : Spares Management Project. Support for reservation
650: within purchasing. Modified porelgeb.pls to add a call to
651: PO_RESERVATION_MAINTAIN_SV.maintain_reservation
652: */
653: -- Bug 3570793 Moved the maintain_reservation call to inside the loop,
654: -- so that it is called for each approved release that is created.
655: