DBA Data[Home] [Help]

APPS.PA_XLA_SWEEP_TXN_PKG dependencies on FND_PROFILE

Line 99: fnd_profile.get('PA_DEBUG_MODE',G_debug_mode);

95:
96: g_tran_type := P_TRAN_TYPE;
97:
98: If G_debug_mode is NULL Then
99: fnd_profile.get('PA_DEBUG_MODE',G_debug_mode);
100: G_debug_mode := NVL(G_debug_mode, 'N');
101: pa_debug.set_process(x_process => 'PLSQL' ,
102: x_debug_mode => G_debug_mode);
103: End If;