DBA Data[Home] [Help]

APPS.HXT_GEN_AAI dependencies on HXT_EARNING_POLICIES

Line 38: FROM hxt_earning_policies erp

34:
35: /* Cursor to check whether Earning Policy is compatible with the Assignment */
36: CURSOR chk_earning_policy IS
37: SELECT 'compatible'
38: FROM hxt_earning_policies erp
39: WHERE p_effective_start_date between erp.effective_start_date
40: and erp.effective_end_date
41: AND erp.business_group_id = nvl(asg_bus_grp_id, -99)
42: AND EXISTS