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 1196: fnd_profile.get('PO_SIC_DISPLAY_FIND', X_option_value);

1192: BEGIN
1193:
1194: X_progress := '010';
1195:
1196: fnd_profile.get('PO_SIC_DISPLAY_FIND', X_option_value);
1197: RETURN (X_option_value);
1198:
1199: EXCEPTION
1200:

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

1217: BEGIN
1218:
1219: X_progress := '010';
1220:
1221: fnd_profile.get('PO_SIC_DEFAULT_OPTION', X_option_value);
1222: RETURN (X_option_value);
1223:
1224: EXCEPTION
1225: