DBA Data[Home] [Help]

APPS.PAY_US_EMP_PAYSLIP_ACCRUAL_WEB dependencies on FND_GLOBAL

Line 123: and flv.security_group_id = fnd_global.lookup_security_group(flv.lookup_type, flv.view_application_id);

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:
125: Cursor c_accrual_plan( cp_assignment_id in number
126: ,cp_effective_date in date
127: ,cp_accrual_category in varchar2