DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on PO_RESERVATION_MAINTAIN_SV

Line 291: PO_RESERVATION_MAINTAIN_SV.maintain_reservation (

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

Line 554: PO_RESERVATION_MAINTAIN_SV.maintain_reservation (

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

Line 650: PO_RESERVATION_MAINTAIN_SV.maintain_reservation

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