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');
2581: -- Initialize API return status to success
2582: x_return_status := FND_API.G_RET_STS_SUCCESS;
2583:
2584: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
2585: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2586:
2587: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
2588: IF (l_csi_debug_level > 0) THEN
2589: csi_gen_utility_pvt.put_line( 'update_inst_party_relationship ');
4384: -- Verify if the Party rel combination exists
4385: x_return_status := FND_API.G_RET_STS_SUCCESS;
4386:
4387: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
4388: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
4389:
4390: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
4391: IF (l_csi_debug_level > 0) THEN
4392: csi_gen_utility_pvt.put_line( 'expire_inst_party_relationship');
4609: -- Initialize API return status to success
4610: x_return_status := FND_API.G_RET_STS_SUCCESS;
4611:
4612: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
4613: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
4614:
4615: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
4616: IF (l_csi_debug_level > 0) THEN
4617: csi_gen_utility_pvt.put_line( 'create_inst_party_account');
5484: -- Initialize API return status to success
5485: x_return_status := FND_API.G_RET_STS_SUCCESS;
5486:
5487: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
5488: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
5489:
5490: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
5491: IF (l_csi_debug_level > 0) THEN
5492: csi_gen_utility_pvt.put_line( 'update_inst_party_account');
7253: -- Initialize API return status to success
7254: x_return_status := FND_API.G_RET_STS_SUCCESS;
7255:
7256: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
7257: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
7258:
7259: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
7260: IF (l_csi_debug_level > 0) THEN
7261: csi_gen_utility_pvt.put_line( 'expire_inst_party_account');
7463: -- Initialize API return status to success
7464: x_return_status := FND_API.G_RET_STS_SUCCESS;
7465:
7466: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
7467: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
7468:
7469: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
7470: IF (l_csi_debug_level > 0) THEN
7471: csi_gen_utility_pvt.put_line( 'get_contact_details');
7968: -- Initialize API return status to success
7969: x_return_status := FND_API.G_RET_STS_SUCCESS;
7970:
7971: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
7972: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
7973:
7974: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
7975: IF (l_csi_debug_level > 0) THEN
7976: csi_gen_utility_pvt.put_line( 'get_inst_party_rel_hist');
8689: -- Initialize API return status to success
8690: x_return_status := FND_API.G_RET_STS_SUCCESS;
8691:
8692: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
8693: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
8694:
8695: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
8696: IF (l_csi_debug_level > 0) THEN
8697: csi_gen_utility_pvt.put_line( 'get_inst_party_account_hist');