DBA Data[Home] [Help]

APPS.EGO_CATALOG_GROUP_ERR_HANDLER dependencies on EGO_GLOBALS

Line 150: l_error_level := EGO_Globals.G_ITEM_CATALOG_GROUP_LEVEL;

146: --
147: ************************************************************/
148: IF l_error_level = Error_Handler.G_BO_LEVEL
149: THEN
150: l_error_level := EGO_Globals.G_ITEM_CATALOG_GROUP_LEVEL;
151:
152: Error_Handler.Write_Debug('Error Level is Business Object . . . ');
153:
154: END IF;

Line 182: IF l_error_level = EGO_Globals.G_ITEM_CATALOG_GROUP_LEVEL

178: --
179: -- If the Error Level is CATALOG_GROUP
180: --
181: *************************************************************/
182: IF l_error_level = EGO_Globals.G_ITEM_CATALOG_GROUP_LEVEL
183: THEN
184:
185: Error_Handler.Write_Debug('Error Level is Catalog Group. . .');
186:

Line 192: EGO_Globals.G_Catalog_Group_Rec.return_status := l_error_status;

188: -- Set the Bill Header record status to p_error_status
189: -- This will also take care of the scope RECORD.
190: --
191:
192: EGO_Globals.G_Catalog_Group_Rec.return_status := l_error_status;
193:
194: IF l_error_scope = error_handler.G_SCOPE_ALL OR
195: l_error_scope = error_handler.G_SCOPE_CHILDREN OR
196: l_error_scope = error_handler.G_SCOPE_SIBLINGS