DBA Data[Home] [Help]

APPS.JTF_RS_IMPORT_USER_PUB dependencies on FND_PROFILE

Line 173: fnd_profile.get('PER_BUSINESS_GROUP_ID',l_business_group_id);

169: l_msg_index_out := null;
170:
171: --Employee Number Generation
172:
173: fnd_profile.get('PER_BUSINESS_GROUP_ID',l_business_group_id);
174:
175: open c_method_emp_gen (l_business_group_id);
176: fetch c_method_emp_gen into l_method_emp_gen;
177: close c_method_emp_gen;

Line 521: l_assign_def_resp := fnd_profile.save

517: );
518: end if;
519:
520: --Create Default Responsibility
521: l_assign_def_resp := fnd_profile.save
522: (X_NAME => 'JTF_PROFILE_DEFAULT_RESPONSIBILITY',
523: X_VALUE => l_responsibility_id1,
524: X_LEVEL_NAME => 'USER',
525: X_LEVEL_VALUE => l_user_id);