DBA Data[Home] [Help]

APPS.JTF_CUSTOMER_ACCOUNTS_PVT dependencies on FND_PROFILE

Line 54: fnd_profile.get(

50: END IF;
51: ddp_account_rec.account_name := p_account_name;
52: ddp_account_rec.created_by_module := 'JTA_USER_MANAGEMENT';
53:
54: fnd_profile.get(
55: name => 'JTA_UM_CUST_PROFILE_CLASS',
56: val => profile_class_value );
57:
58: if profile_class_value IS NOT NULL then