DBA Data[Home] [Help]

APPS.IRC_RTM_BUS dependencies on FND_PROFILE

Line 207: AND NVL (fnd_profile.VALUE ('HR_TREAT_CWK_AS_EMP'), 'N') = 'Y'

203: AND p_effective_date BETWEEN paf.effective_start_date
204: AND paf.effective_end_date
205: AND ( NVL (paf.current_employee_flag, 'N') = 'Y'
206: OR ( NVL (paf.current_npw_flag, 'N') = 'Y'
207: AND NVL (fnd_profile.VALUE ('HR_TREAT_CWK_AS_EMP'), 'N') = 'Y'
208: )
209: );
210:
211: --