DBA Data[Home] [Help]

APPS.PAY_PYR_BUS dependencies on FND_LOOKUPS

Line 617: FROM fnd_lookups

613: --
614: cursor csr_price_differentials is
615: select 'Y' from dual where exists
616: (SELECT 'Y'
617: FROM fnd_lookups
618: WHERE lookup_type='PRICE DIFFERENTIALS'
619: AND lookup_code=p_asg_rate_type
620: AND enabled_flag='Y'
621: AND p_effective_date between nvl(start_date_active,hr_api.g_sot)