DBA Data[Home] [Help]

APPS.FEM_RULE_SET_MANAGER dependencies on FEM_OBJECT_CATALOG_TL

Line 2136: l_Current_RuleSet_Name FEM_OBJECT_CATALOG_TL.object_name%TYPE := 'xxx';

2132: l_Starting_Seq_For_RS_Members NUMBER := 0; /* This is used to ensure that two Rule Set members
2133: having the same sequence, have their children starting
2134: at the same sequence */
2135:
2136: l_Current_RuleSet_Name FEM_OBJECT_CATALOG_TL.object_name%TYPE := 'xxx';
2137: l_module_name VARCHAR2(70) := G_MODULE_NAME || 'Process_RuleSet';
2138:
2139: l_curr_RS Rule_Set_Instance_Rec;
2140: