DBA Data[Home] [Help]

APPS.PO_RESCHEDULE_PKG dependencies on FND_PROFILE

Line 5: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');

1: PACKAGE BODY po_reschedule_pkg as
2: /* $Header: POXRSCHB.pls 120.2.12010000.2 2008/08/04 08:32:15 rramasam ship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
6:
7: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_RESCHEDULE_PKG';
8: g_module_prefix CONSTANT VARCHAR2(40) := 'po.plsql.' || g_pkg_name || '.';
9:

Line 461: fnd_profile.get('PO_NEED_BY_PROMISE_DEFAULTING', l_need_by_promise_def_prf);

457: /*Bug 5633563
458: If profile option PO: Default PO Promise Date from Need By Date
459: is set then new need_by_date must be copied to promised_by_date
460: */
461: fnd_profile.get('PO_NEED_BY_PROMISE_DEFAULTING', l_need_by_promise_def_prf);
462: IF nvl(l_need_by_promise_def_prf,'N') = 'Y' THEN
463: l_promised_by_date_tbl := PO_TBL_DATE();
464: select date2
465: bulk collect into l_promised_by_date_tbl