DBA Data[Home] [Help]

APPS.HR_NEW_USER_REG_SS dependencies on FND_PROFILE

Line 105: fnd_profile.put('PER_BUSINESS_GROUP_ID',l_business_grp_Id);

101: l_business_grp_Id :=hr_transaction_api.get_number_value
102: (p_transaction_step_id => l_transaction_step_id
103: ,p_name => 'P_BUSINESS_GROUP_ID');
104:
105: fnd_profile.put('PER_BUSINESS_GROUP_ID',l_business_grp_Id);
106:
107: end if;
108: --bug 5665820
109: