DBA Data[Home] [Help]

APPS.HR_API dependencies on FND_PROFILE

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

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