DBA Data[Home] [Help]

APPS.CSI_PARTY_RELATIONSHIPS_PUB dependencies on FND_PROFILE

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

72: -- Initialize API return status to success
73: x_return_status := FND_API.G_RET_STS_SUCCESS;
74:
75: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
76: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
77:
78: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
79: IF (l_csi_debug_level > 0) THEN
80: csi_gen_utility_pvt.put_line( 'get_inst_party_relationship');

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

417: -- Initialize API return status to success
418: x_return_status := FND_API.G_RET_STS_SUCCESS;
419:
420: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
421: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
422:
423: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
424: IF (l_csi_debug_level > 0) THEN
425: csi_gen_utility_pvt.put_line( 'create_inst_party_relationship');

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

852: -- Initialize API return status to success
853: x_return_status := FND_API.G_RET_STS_SUCCESS;
854:
855: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
856: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
857:
858: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
859: IF (l_csi_debug_level > 0) THEN
860: csi_gen_utility_pvt.put_line( 'update_inst_party_relationship ');

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

1970: -- Initialize API return status to success
1971: x_return_status := FND_API.G_RET_STS_SUCCESS;
1972:
1973: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
1974: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
1975:
1976: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
1977: IF (l_csi_debug_level > 0) THEN
1978: csi_gen_utility_pvt.put_line( 'expire_inst_party_relationship');

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

2145: -- Initialize API return status to success
2146: x_return_status := FND_API.G_RET_STS_SUCCESS;
2147:
2148: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
2149: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2150:
2151: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
2152: IF (l_csi_debug_level > 0) THEN
2153: csi_gen_utility_pvt.put_line( 'get_inst_party_accounts');

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

2350: -- Initialize API return status to success
2351: x_return_status := FND_API.G_RET_STS_SUCCESS;
2352:
2353: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
2354: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2355:
2356: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
2357: IF (l_csi_debug_level > 0) THEN
2358: csi_gen_utility_pvt.put_line( 'create_inst_party_account');

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

2537: -- Initialize API return status to success
2538: x_return_status := FND_API.G_RET_STS_SUCCESS;
2539:
2540: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
2541: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2542:
2543: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
2544: IF (l_csi_debug_level > 0) THEN
2545: csi_gen_utility_pvt.put_line( 'update_inst_party_account');

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

2858: -- Initialize API return status to success
2859: x_return_status := FND_API.G_RET_STS_SUCCESS;
2860:
2861: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
2862: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2863:
2864: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
2865: IF (l_csi_debug_level > 0) THEN
2866: csi_gen_utility_pvt.put_line( 'expire_inst_party_account');