DBA Data[Home] [Help]

APPS.PAY_US_EMP_PAYSLIP_ACCRUAL_WEB dependencies on FND_LOOKUP_VALUES

Line 127: from fnd_lookup_values flv

123: -- This changes made to fix Bug # 5220628
124: Cursor c_accrual_category(cp_language varchar2) is
125: select distinct flv.lookup_code,
126: flv.meaning
127: from fnd_lookup_values flv
128: where flv.lookup_type = 'US_PTO_ACCRUAL'
129: and flv.language = nvl(cp_language,userenv('LANG'))
130: and flv.security_group_id = fnd_global.lookup_security_group(flv.lookup_type, flv.view_application_id);
131: