DBA Data[Home] [Help]

APPS.PA_ACTION_SET_LINE_COND_PKG dependencies on FND_PROFILE

Line 33: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

29: -- Initialize the return status to success
30: x_return_status := FND_API.G_RET_STS_SUCCESS;
31:
32: -- Bug 4403338
33: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
34:
35: --Log Message - 4403338
36: IF l_debug_mode = 'Y' THEN
37: PA_DEBUG.write_log (x_module => 'pa.plsql.PA_ACTION_SET_LINE_COND_Pkg.insert_row.begin'

Line 132: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

128: -- Initialize the return status to success
129: x_return_status := FND_API.G_RET_STS_SUCCESS;
130:
131: -- Bug 4403338
132: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
133:
134: --Log Message - 4403338
135: IF l_debug_mode = 'Y' THEN
136: PA_DEBUG.write_log (x_module => 'pa.plsql.PA_ACTION_SET_LINE_COND_Pkg.update_row.begin'