DBA Data[Home] [Help]

APPS.CSD_REPAIR_MANAGER_UTIL dependencies on FND_FUNCTION

Line 2151: IF fnd_function.test('CSDREPLN_CHOWN_IB') AND fnd_profile.value('CSD_BLK_RCV_CHG_IB_OWNER') = 'Y'

2147: -- todo: may be the profile needs to be renamed to be more generic.
2148:
2149: IF l_owner_party_id <> p_sr_rec.sr_party_id
2150: THEN
2151: IF fnd_function.test('CSDREPLN_CHOWN_IB') AND fnd_profile.value('CSD_BLK_RCV_CHG_IB_OWNER') = 'Y'
2152: THEN
2153: IF (Fnd_Log.LEVEL_PROCEDURE >= Fnd_Log.G_CURRENT_RUNTIME_LEVEL) THEN
2154: Fnd_Log.STRING(Fnd_Log.LEVEL_PROCEDURE, lc_api_name,
2155: 'All conditions for change ownership met. Trying to change the instance ownership. Instance id:'||l_instance_id);