DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on PO_ACTIONS

Line 429: ** Call the po_actions.close_po plsql routine to set the closed

425:
426: l_progress := '115';
427:
428: /* Bug 724170 GMudgal 12/02/98.
429: ** Call the po_actions.close_po plsql routine to set the closed
430: ** code at the shipment level and consequently rollup to the lines
431: ** and headers. This was done because, in case the matching for the
432: ** release is set to 2-way and the receipt close tolerance is 100% then
433: ** the release shipment should be closed for receiving when it is

Line 439: IF (NOT(PO_ACTIONS.Close_PO(x_po_release_id,

435: ** in case of final match) when an invoice is matched. The rolled up
436: ** state for lines and header will be CLOSED only for both match and
437: ** final match.
438: */
439: IF (NOT(PO_ACTIONS.Close_PO(x_po_release_id,
440: 'RELEASE',
441: 'BLANKET',
442: po_req_lines.blanket_po_line_id,
443: x_line_location_id,

Line 453: /* 858071 - SVAIDYAN : Call maintain_supply after po_actions.close_po so

449: 'Y'))) THEN
450: APP_EXCEPTION.Raise_Exception;
451: END IF ;
452:
453: /* 858071 - SVAIDYAN : Call maintain_supply after po_actions.close_po so
454: that supply is created correctly.
455: */
456:
457: l_progress := '120';