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.7 2010/12/13 09:13:45 lswamina 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 538: fnd_profile.get('PO_NEED_BY_PROMISE_DEFAULTING', l_need_by_promise_def_prf);

534: /*Bug 5633563
535: If profile option PO: Default PO Promise Date from Need By Date
536: is set then new need_by_date must be copied to promised_by_date
537: */
538: fnd_profile.get('PO_NEED_BY_PROMISE_DEFAULTING', l_need_by_promise_def_prf);
539: IF nvl(l_need_by_promise_def_prf,'N') = 'Y' THEN
540: l_promised_by_date_tbl := PO_TBL_DATE();
541: select date2
542: bulk collect into l_promised_by_date_tbl