DBA Data[Home] [Help]

APPS.FARX_MCP dependencies on FA_SYSTEM_CONTROLS

Line 51: FROM fa_system_controls;

47:
48: -- cursor to get category flex structure.
49: CURSOR get_cat_flex_struct IS
50: SELECT category_flex_structure
51: FROM fa_system_controls;
52:
53: -- cursor to fetch mass change record from fa_mass_change
54: CURSOR mass_change IS
55: SELECT mc.mass_change_id,

Line 690: FROM fa_system_controls;

686:
687: -- cursor to get the category flex structure.
688: CURSOR get_cat_flex_struct IS
689: SELECT category_flex_structure
690: FROM fa_system_controls;
691:
692: -- cursor to get the old(current) depreciation rules.
693: CURSOR get_old_info IS
694: SELECT prorate_convention_code,