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');
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');
857: -- Initialize API return status to success
858: x_return_status := FND_API.G_RET_STS_SUCCESS;
859:
860: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
861: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
862:
863: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
864: IF (l_csi_debug_level > 0) THEN
865: csi_gen_utility_pvt.put_line( 'update_inst_party_relationship ');
1658: END;
1659: END IF;
1660:
1661: --Added for Bug 10414588
1662: l_cascade_ownership_uimu := FND_PROFILE.VALUE('CSI_FORCE_CASCADE_OWNER_UIMU');
1663: csi_gen_utility_pvt.put_line('l_cascade_ownership_uimu: ' || l_cascade_ownership_uimu);
1664: csi_gen_utility_pvt.put_line('cascade_ownership_flag: ' || l_old_party_tbl(l_old_party_row).cascade_ownership_flag);
1665:
1666: l_force_cascade := 'N';
2019: -- Initialize API return status to success
2020: x_return_status := FND_API.G_RET_STS_SUCCESS;
2021:
2022: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
2023: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2024:
2025: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
2026: IF (l_csi_debug_level > 0) THEN
2027: csi_gen_utility_pvt.put_line( 'expire_inst_party_relationship');
2194: -- Initialize API return status to success
2195: x_return_status := FND_API.G_RET_STS_SUCCESS;
2196:
2197: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
2198: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2199:
2200: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
2201: IF (l_csi_debug_level > 0) THEN
2202: csi_gen_utility_pvt.put_line( 'get_inst_party_accounts');
2399: -- Initialize API return status to success
2400: x_return_status := FND_API.G_RET_STS_SUCCESS;
2401:
2402: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
2403: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2404:
2405: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
2406: IF (l_csi_debug_level > 0) THEN
2407: csi_gen_utility_pvt.put_line( 'create_inst_party_account');
2586: -- Initialize API return status to success
2587: x_return_status := FND_API.G_RET_STS_SUCCESS;
2588:
2589: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
2590: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2591:
2592: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
2593: IF (l_csi_debug_level > 0) THEN
2594: csi_gen_utility_pvt.put_line( 'update_inst_party_account');
2907: -- Initialize API return status to success
2908: x_return_status := FND_API.G_RET_STS_SUCCESS;
2909:
2910: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
2911: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2912:
2913: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
2914: IF (l_csi_debug_level > 0) THEN
2915: csi_gen_utility_pvt.put_line( 'expire_inst_party_account');