DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ELIGIBILITY dependencies on FF_FDI_USAGES_F

Line 198: from ff_fdi_usages_f

194: l_appass_rec ben_person_object.g_cache_ass_table;
195: --
196: cursor c_ff_use_asg(cv_formula_id in number) is
197: select 'Y'
198: from ff_fdi_usages_f
199: where FORMULA_ID = cv_formula_id
200: and ITEM_NAME = 'ASSIGNMENT_ID'
201: and usage = 'U';
202: --