DBA Data[Home] [Help]

APPS.PO_LINES_SV4_832_UPDATE dependencies on FND_PROFILE

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

1: PACKAGE BODY PO_LINES_SV4_832_UPDATE AS
2: /* $Header: POXPILUB.pls 120.1.12000000.2 2007/07/18 12:25:14 puppulur ship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_po_wf_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_SET_DEBUG_WORKFLOW_ON'),'N');
6: g_po_pdoi_write_to_file VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_PDOI_WRITE_TO_FILE'),'N');
7:
8: /*===========================================================================*/
9: /*======================== SPECIFICATIONS (PRIVATE) =========================*/

Line 6: g_po_pdoi_write_to_file VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_PDOI_WRITE_TO_FILE'),'N');

2: /* $Header: POXPILUB.pls 120.1.12000000.2 2007/07/18 12:25:14 puppulur ship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_po_wf_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_SET_DEBUG_WORKFLOW_ON'),'N');
6: g_po_pdoi_write_to_file VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_PDOI_WRITE_TO_FILE'),'N');
7:
8: /*===========================================================================*/
9: /*======================== SPECIFICATIONS (PRIVATE) =========================*/
10: /*===========================================================================*/

Line 1693: fnd_profile.get('PO_PRICE_UPDATE_TOLERANCE',l_price_update_tolerance);

1689: if l_price_update_tolerance is null then
1690:
1691: -- system profile
1692:
1693: fnd_profile.get('PO_PRICE_UPDATE_TOLERANCE',l_price_update_tolerance);
1694:
1695: end if;
1696:
1697: if l_price_update_tolerance is null then