DBA Data[Home] [Help]

APPS.PA_ACTION_SETS_PVT dependencies on FND_PROFILE

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

46: -- Initialize the return status to success
47: x_return_status := FND_API.G_RET_STS_SUCCESS;
48:
49: --Bug 4403338
50: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
51:
52: --Log Message: 4403338
53: IF l_debug_mode = 'Y' THEN
54: PA_DEBUG.write_log (x_module => 'pa.plsql.PA_ACTION_SETS_PVT.Create_Action_Set.begin'

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

232: -- Initialize the return status to success
233: x_return_status := FND_API.G_RET_STS_SUCCESS;
234:
235: --Log Message: 4403338
236: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
237:
238: --Log Message: 4403338
239: IF l_debug_mode = 'Y' THEN
240: PA_DEBUG.write_log (x_module => 'pa.plsql.PA_ACTION_SETS_PVT.Update_Action_Set.begin'

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

383: -- Initialize the return status to success
384: x_return_status := FND_API.G_RET_STS_SUCCESS;
385:
386: --Log Message: 4403338
387: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
388:
389: --Log Message: 4403338
390: IF l_debug_mode = 'Y' THEN
391: PA_DEBUG.write_log (x_module => 'pa.plsql.PA_ACTION_SETS_PVT.Delete_Action_Set'

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

514: -- Initialize the return status to success
515: x_return_status := FND_API.G_RET_STS_SUCCESS;
516:
517: --Log Message: 4403338
518: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
519:
520: --Log Message: 4403338
521: IF l_debug_mode = 'Y' THEN
522: PA_DEBUG.write_log (x_module => 'pa.plsql.PA_ACTION_SETS_PVT.Create_Action_Set_Line.begin'

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

669: -- Initialize the return status to success
670: x_return_status := FND_API.G_RET_STS_SUCCESS;
671:
672: --Log Message: 4403338
673: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
674:
675: --Log Message: 4403338
676: IF l_debug_mode = 'Y' THEN
677: PA_DEBUG.write_log (x_module => 'pa.plsql.PA_ACTION_SETS_PVT.Update_Action_Set_Line.begin'

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

803: -- Initialize the return status to success
804: x_return_status := FND_API.G_RET_STS_SUCCESS;
805:
806: --Log Message: 4403338
807: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
808:
809: --Log Message: 4403338
810: IF l_debug_mode = 'Y' THEN
811: PA_DEBUG.write_log (x_module => 'pa.plsql.PA_ACTION_SETS_PVT.Delete_Action_Set_Line.begin'

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

1272: -- Initialize the return status to success
1273: x_return_status := FND_API.G_RET_STS_SUCCESS;
1274:
1275: --Log Message: 4403338
1276: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1277:
1278: --Log Message: 4403338
1279: IF l_debug_mode = 'Y' THEN
1280: PA_DEBUG.write_log (x_module => 'pa.plsql.PA_ACTION_SETS_PVT.Perform_Action_Set_Line.begin'