DBA Data[Home] [Help]

APPS.HR_LEGISLATION dependencies on FF_COMPILED_INFO_F

Line 3300: delete ff_compiled_info_f

3296: END;
3297:
3298: if l_route_id <> stu_rec.route_id then
3299:
3300: delete ff_compiled_info_f
3301: where formula_id in (
3302: select fdi.formula_id
3303: from ff_fdi_usages_f fdi,
3304: ff_user_entities ue,

Line 3599: delete ff_compiled_info_f fci

3595:
3596: if (l_route_id <> stu_rec.ROUTE_ID or
3597: l_run_dimension_id <> stu_rec.RUN_DIMENSION_ID) then
3598:
3599: delete ff_compiled_info_f fci
3600: where fci.formula_id in (
3601: select fdi.formula_id
3602: from ff_fdi_usages_f fdi
3603: where FDI.usage = 'D'