DBA Data[Home] [Help]

APPS.HXC_PREFERENCE_EVALUATION dependencies on FND_RESPONSIBILITY

Line 1660: fnd_responsibility fr

1656: SELECT hrr.pref_hierarchy_id , hrr.rule_evaluation_order, hrr.start_date, hrr.end_date,
1657: fr.start_date elig_start_date,
1658: fr.end_date elig_end_date
1659: FROM hxc_resource_rules hrr,
1660: fnd_responsibility fr
1661: WHERE hrr.resource_type='PERSON'
1662: and p_start_evaluation_date <= hrr.end_date
1663: and hrr.start_date <= p_end_evaluation_date
1664: AND hrr.eligibility_criteria_type IN ( 'RESPONSIBILITY',