DBA Data[Home] [Help]

APPS.PO_SOURCING2_SV dependencies on FND_PROFILE

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

16: G_PKG_NAME CONSTANT VARCHAR2(30) := 'PO_SOURCING2_SV';
17: g_log_head CONSTANT VARCHAR2(50) := 'po.plsql.'|| G_PKG_NAME || '.';
18:
19: -- Read the profile option that enables/disables the debug log
20: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
21:
22: --
23: -- Debugging
24: g_debug_stmt BOOLEAN := PO_DEBUG.is_debug_stmt_on;

Line 978: fnd_profile.get('PO_SIC_DISPLAY_FIND', X_option_value);

974: BEGIN
975:
976: X_progress := '010';
977:
978: fnd_profile.get('PO_SIC_DISPLAY_FIND', X_option_value);
979: return (X_option_value);
980:
981: EXCEPTION
982:

Line 1003: fnd_profile.get('PO_SIC_DEFAULT_OPTION', X_option_value);

999: BEGIN
1000:
1001: X_progress := '010';
1002:
1003: fnd_profile.get('PO_SIC_DEFAULT_OPTION', X_option_value);
1004: return (X_option_value);
1005:
1006: EXCEPTION
1007: