DBA Data[Home] [Help]

APPS.HR_LEGISLATION_LOCAL dependencies on FND_PRODUCT_INSTALLATIONS

Line 2430: from fnd_product_installations

2426: where legislation_code = 'GB'
2427: and rule_type = 'S'
2428: and not exists
2429: (select null
2430: from fnd_product_installations
2431: where application_id = 801
2432: and status = 'I'
2433: );
2434:

Line 2442: from fnd_product_installations

2438: where org_information_type = 'Tax Details References'
2439: and ORG_CLASSIFICATION = 'HR_BG'
2440: and not exists
2441: (select null
2442: from fnd_product_installations
2443: where application_id = 801
2444: and status = 'I'
2445: );
2446: