DBA Data[Home] [Help]

APPS.AME_ENGINE dependencies on AME_ADMIN_PKG

Line 8608: headerItemClassId := ame_admin_pkg.getItemClassIdByName(itemClassNameIn => ame_util.headerItemClassName);

8604: tempRuleItemClassId integer;
8605: tempRuleNotFound boolean;
8606: tempRuleType integer;
8607: begin
8608: headerItemClassId := ame_admin_pkg.getItemClassIdByName(itemClassNameIn => ame_util.headerItemClassName);
8609: /* First populate the output lists, eliminating duplicate rules. */
8610: tempIndex := 0; /* pre-increment */
8611: for i in 1 .. engAppRuleIds.count loop
8612: tempRuleNotFound := true;