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 794: FROM fa_system_controls;

790:
791: -- cursor to get the category flex structure.
792: CURSOR get_cat_flex_struct IS
793: SELECT category_flex_structure
794: FROM fa_system_controls;
795:
796: -- cursor to get the old(current) depreciation rules.
797: CURSOR get_old_info IS
798: SELECT prorate_convention_code,