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.30.12020000.4 2013/04/05 08:34:17 jemishra 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 546: -- PO_RELGEN_PKG1.ARCHIVE_RELEASE(x_po_release_id);

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

Line 646: PO_RELGEN_PKG1.MRP_SUPPLY;

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

Line 3724: END PO_RELGEN_PKG;

3720: RETURN l_aslid;
3721:
3722: end;
3723: /*bug 12602301 ends*/
3724: END PO_RELGEN_PKG;