DBA Data[Home] [Help]

APPS.HR_API dependencies on FND_PROFILE

Line 1522: l_leg_code := hr_api.return_legislation_code(fnd_profile.value('PER_BUSINESS_GROUP_ID'));

1518: -- Initialize the session context
1519: g_session_context := FND_GLOBAL.Get_Session_Context;
1520:
1521: -- Get the legislation code from BG
1522: l_leg_code := hr_api.return_legislation_code(fnd_profile.value('PER_BUSINESS_GROUP_ID'));
1523:
1524: -- Set application context HR_SESSION_DATA/LEG_CODE
1525: set_legislation_context(l_leg_code);
1526: --