DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on PO_ACTIONS

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

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

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

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

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

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