DBA Data[Home] [Help]

APPS.PAY_US_EMP_PAYSLIP_ACCRUAL_WEB dependencies on FND_LOOKUP_VALUES

Line 120: from fnd_lookup_values flv

116: -- This changes made to fix Bug # 5220628
117: Cursor c_accrual_category(cp_language varchar2) is
118: select distinct flv.lookup_code,
119: flv.meaning
120: from fnd_lookup_values flv
121: where flv.lookup_type = 'US_PTO_ACCRUAL'
122: and flv.language = nvl(cp_language,userenv('LANG'))
123: and flv.security_group_id = fnd_global.lookup_security_group(flv.lookup_type, flv.view_application_id);
124: