DBA Data[Home] [Help]

APPS.CSI_PARTY_RELATIONSHIPS_PVT dependencies on FND_PROFILE

Line 1476: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');

1472: -- Initialize API return status to success
1473: x_return_status := FND_API.G_RET_STS_SUCCESS;
1474:
1475: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
1476: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
1477:
1478: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
1479: IF (l_csi_debug_level > 0) THEN
1480: csi_gen_utility_pvt.put_line( 'create_inst_party_relationship');

Line 2582: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');

2578: -- Initialize API return status to success
2579: x_return_status := FND_API.G_RET_STS_SUCCESS;
2580:
2581: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
2582: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2583:
2584: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
2585: IF (l_csi_debug_level > 0) THEN
2586: csi_gen_utility_pvt.put_line( 'update_inst_party_relationship ');

Line 4349: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');

4345: -- Verify if the Party rel combination exists
4346: x_return_status := FND_API.G_RET_STS_SUCCESS;
4347:
4348: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
4349: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
4350:
4351: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
4352: IF (l_csi_debug_level > 0) THEN
4353: csi_gen_utility_pvt.put_line( 'expire_inst_party_relationship');

Line 4574: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');

4570: -- Initialize API return status to success
4571: x_return_status := FND_API.G_RET_STS_SUCCESS;
4572:
4573: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
4574: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
4575:
4576: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
4577: IF (l_csi_debug_level > 0) THEN
4578: csi_gen_utility_pvt.put_line( 'create_inst_party_account');

Line 5447: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');

5443: -- Initialize API return status to success
5444: x_return_status := FND_API.G_RET_STS_SUCCESS;
5445:
5446: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
5447: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
5448:
5449: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
5450: IF (l_csi_debug_level > 0) THEN
5451: csi_gen_utility_pvt.put_line( 'update_inst_party_account');

Line 7207: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');

7203: -- Initialize API return status to success
7204: x_return_status := FND_API.G_RET_STS_SUCCESS;
7205:
7206: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
7207: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
7208:
7209: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
7210: IF (l_csi_debug_level > 0) THEN
7211: csi_gen_utility_pvt.put_line( 'expire_inst_party_account');

Line 7417: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');

7413: -- Initialize API return status to success
7414: x_return_status := FND_API.G_RET_STS_SUCCESS;
7415:
7416: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
7417: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
7418:
7419: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
7420: IF (l_csi_debug_level > 0) THEN
7421: csi_gen_utility_pvt.put_line( 'get_contact_details');

Line 7922: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');

7918: -- Initialize API return status to success
7919: x_return_status := FND_API.G_RET_STS_SUCCESS;
7920:
7921: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
7922: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
7923:
7924: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
7925: IF (l_csi_debug_level > 0) THEN
7926: csi_gen_utility_pvt.put_line( 'get_inst_party_rel_hist');

Line 8643: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');

8639: -- Initialize API return status to success
8640: x_return_status := FND_API.G_RET_STS_SUCCESS;
8641:
8642: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
8643: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
8644:
8645: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
8646: IF (l_csi_debug_level > 0) THEN
8647: csi_gen_utility_pvt.put_line( 'get_inst_party_account_hist');