DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on PO_RELGEN_PKG

Line 1: PACKAGE BODY PO_RELGEN_PKG AS

1: PACKAGE BODY PO_RELGEN_PKG AS
2: /* $Header: porelgeb.pls 120.16.12010000.7 2009/01/20 12:39:39 rakchakr ship $ */
3:
4: --
5: g_dest_type_code_SHOP_FLOOR CONSTANT

Line 27: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_RELGEN_PKG';

23:
24: --Contains message 'Distribution#'
25: g_distmsg CONSTANT VARCHAR2(75) := substr(FND_MESSAGE.GET_STRING('PO', 'PO_ZMVOR_DISTRIBUTION'), 1,25);
26:
27: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_RELGEN_PKG';
28: c_log_head CONSTANT VARCHAR2(50) := 'po.plsql.'|| G_PKG_NAME || '.';
29:
30: -- Read the profile option that enables/disables the debug log
31: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');

Line 545: -- PO_RELGEN_PKG1.ARCHIVE_RELEASE(x_po_release_id);

541: IF (l_return_status <> 'S') THEN
542: APP_EXCEPTION.Raise_Exception;
543: END IF;
544:
545: -- PO_RELGEN_PKG1.ARCHIVE_RELEASE(x_po_release_id);
546: --
547:
548: WRAPUP(old_po_req_line);
549:

Line 645: PO_RELGEN_PKG1.MRP_SUPPLY;

641: END IF; -- authorization_status <> 'APPROVED'
642: END IF; -- old_header_id <> 0
643:
644: l_progress := '140';
645: PO_RELGEN_PKG1.MRP_SUPPLY;
646: /*
647: Bug # 1995964 KPERIASA
648: Description : Spares Management Project. Support for reservation
649: within purchasing. Modified porelgeb.pls to add a call to

Line 3557: END PO_RELGEN_PKG;

3553:
3554: --
3555:
3556:
3557: END PO_RELGEN_PKG;