DBA Data[Home] [Help]

APPS.HR_OPT_BUS dependencies on FND_APPLICATION

Line 301: from fnd_application

297:
298:
299: cursor fnd_app is
300: select application_id
301: from fnd_application
302: where application_id =p_option_level_id ;
303:
304:
305: cursor fnd_us is

Line 338: --check validity of id against fnd_application table

334:
335: hr_utility.set_location('level id is not null:'||l_proc, 20);
336:
337: --if level is application
338: --check validity of id against fnd_application table
339: IF p_option_level=l_app_value THEN
340:
341:
342: open fnd_app;