DBA Data[Home] [Help]

APPS.AME_ENGINE dependencies on AME_ADMIN_PKG

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

8325: tempRuleItemClassId integer;
8326: tempRuleNotFound boolean;
8327: tempRuleType integer;
8328: begin
8329: headerItemClassId := ame_admin_pkg.getItemClassIdByName(itemClassNameIn => ame_util.headerItemClassName);
8330: /* First populate the output lists, eliminating duplicate rules. */
8331: tempIndex := 0; /* pre-increment */
8332: for i in 1 .. engAppRuleIds.count loop
8333: tempRuleNotFound := true;