DBA Data[Home] [Help]

APPS.AME_ATTRIBUTE_PKG dependencies on AME_ADMIN_PKG

Line 86: if(ame_admin_pkg.isStripingOn(applicationIdIn => applicationIdIn) and

82: (isStripingAttributeChangeIn)
83: 2. It's an attribute that is becoming a striping attribute.
84: (isBecomingStripingAttributeIn) */
85: /*
86: if(ame_admin_pkg.isStripingOn(applicationIdIn => applicationIdIn) and
87: (isStripingAttribute(applicationIdIn => applicationIdIn,
88: attributeIdIn => attributeIdIn) or
89: isBecomingStripingAttributeIn = ame_util.booleanTrue) and
90: isStripingAttributeChangeIn = ame_util.booleanFalse) then

Line 488: tokenValueTwoIn => ame_admin_pkg.getApplicationName(applicationIdIn => applicationIdIn));

484: messageNameIn => 'AME_400149_ATT_TTY_NO_USAGE',
485: tokenNameOneIn => 'ATTRIBUTE',
486: tokenValueOneIn => getName(attributeIdIn => attributeIdIn),
487: tokenNameTwoIn => 'APPLICATION',
488: tokenValueTwoIn => ame_admin_pkg.getApplicationName(applicationIdIn => applicationIdIn));
489: ame_util.runtimeException(packageNameIn => 'ame_attribute_pkg',
490: routineNameIn => 'getQueryString',
491: exceptionNumberIn => errorCode,
492: exceptionStringIn => errorMessage);

Line 582: tokenValueTwoIn => ame_admin_pkg.getApplicationName(applicationIdIn => applicationIdIn));

578: messageNameIn => 'AME_400149_ATT_TTY_NO_USAGE',
579: tokenNameOneIn => 'ATTRIBUTE',
580: tokenValueOneIn => getName(attributeIdIn => attributeIdIn),
581: tokenNameTwoIn => 'APPLICATION',
582: tokenValueTwoIn => ame_admin_pkg.getApplicationName(applicationIdIn => applicationIdIn));
583: ame_util.runtimeException(packageNameIn => 'ame_attribute_pkg',
584: routineNameIn => 'getUseCount',
585: exceptionNumberIn => errorCode,
586: exceptionStringIn => errorMessage);

Line 627: tokenValueTwoIn => ame_admin_pkg.getApplicationName(applicationIdIn => applicationIdIn));

623: messageNameIn => 'AME_400149_ATT_TTY_NO_USAGE',
624: tokenNameOneIn => 'ATTRIBUTE',
625: tokenValueOneIn => getName(attributeIdIn => attributeIdIn),
626: tokenNameTwoIn => 'APPLICATION',
627: tokenValueTwoIn => ame_admin_pkg.getApplicationName(applicationIdIn => applicationIdIn));
628: ame_util.runtimeException(packageNameIn => 'ame_attribute_pkg',
629: routineNameIn => 'getUserEditable',
630: exceptionNumberIn => errorCode,
631: exceptionStringIn => errorMessage);

Line 995: if(itemClassId <> ame_admin_pkg.getItemClassIdByName(itemClassNameIn =>

991: where
992: attribute_id = attributeIdIn and
993: sysdate between start_date and
994: nvl(end_date - ame_util.oneSecond, sysdate);
995: if(itemClassId <> ame_admin_pkg.getItemClassIdByName(itemClassNameIn =>
996: ame_util.headerItemClassName)) then
997: return(true);
998: end if;
999: return(false);

Line 1798: ame_admin_pkg.getItemClassIdByName(itemClassNameIn => ame_util.headerITemClassName);

1794: tempIndex integer;
1795: begin
1796: tempIndex := 1;
1797: itemClassId :=
1798: ame_admin_pkg.getItemClassIdByName(itemClassNameIn => ame_util.headerITemClassName);
1799: for tempAttribute in mandatoryAttributeCursor(applicationIdIn => applicationIdIn,
1800: itemClassIdIn => itemClassId) loop
1801: attributeIdsOut(tempIndex) := tempAttribute.attribute_id;
1802: attributeNamesOut(tempIndex) := tempAttribute.name;

Line 2294: ame_admin_pkg.getItemClassIdByName(itemClassNameIn =>

2290: headerItemClassId integer;
2291: tempIndex integer;
2292: begin
2293: headerItemClassId :=
2294: ame_admin_pkg.getItemClassIdByName(itemClassNameIn =>
2295: ame_util.headerItemClassName);
2296: open getHeaderICAttributesCursor(applicationIdIn => applicationIdIn,
2297: headerItemClassIdIn => headerItemClassId);
2298: fetch getHeaderICAttributesCursor bulk collect

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

2824: tempIndex integer;
2825: begin
2826: tempIndex := 1;
2827: headerItemClassId :=
2828: ame_admin_pkg.getItemClassIdByName(itemClassNameIn => ame_util.headerItemClassName);
2829: for tempAttributeUsage in attributeCursor(applicationIdIn => applicationIdIn,
2830: headerItemClassIdIn => headerItemClassId) loop
2831: /* The explicit conversion below lets nocopy work. */
2832: attributeIdOut(tempIndex) := to_char(tempAttributeUsage.attribute_id);

Line 3609: transactionType := ame_admin_pkg.getApplicationName(applicationIdIn => applicationIdIn);

3605: raise_application_error(errorCode,
3606: errorMessage);
3607: when badCurUsageException then
3608: rollback;
3609: transactionType := ame_admin_pkg.getApplicationName(applicationIdIn => applicationIdIn);
3610: errorCode := -20001;
3611: errorMessage :=
3612: ame_util.getMessage(applicationShortNameIn => 'PER',
3613: messageNameIn => 'AME_400164_ATT_BAD_STAT_USG',

Line 4212: ame_admin_pkg.removeStripeSetAttributes(applicationIdIn => applicationIdIn,

4208: endDateIn => endDate,
4209: newStartDateIn => sysdate,
4210: lineItemAttributeIn => getStripingAttributesRec.line_item,
4211: isStripingAttributeIn => ame_util.booleanFalse);
4212: ame_admin_pkg.removeStripeSetAttributes(applicationIdIn => applicationIdIn,
4213: attributeIdIn => getStripingAttributesRec.attribute_id);
4214: end if;
4215: end loop;
4216: end if;

Line 4219: ame_admin_pkg.getStripeSetIds(applicationIdIn => applicationIdIn,

4215: end loop;
4216: end if;
4217: end loop;
4218: if(oldAttributeCount = 0 or lastStripingAttributeIn) then
4219: ame_admin_pkg.getStripeSetIds(applicationIdIn => applicationIdIn,
4220: stripeSetIdsOut => stripeSetIds);
4221: ame_admin_pkg.removeAllStripeSets(applicationIdIn => applicationIdIn,
4222: deleteStripeSetIdZeroIn => lastStripingAttributeIn);
4223: ame_rule_pkg.removeRuleStripeSet(stripeSetIdsIn => stripeSetIds);

Line 4221: ame_admin_pkg.removeAllStripeSets(applicationIdIn => applicationIdIn,

4217: end loop;
4218: if(oldAttributeCount = 0 or lastStripingAttributeIn) then
4219: ame_admin_pkg.getStripeSetIds(applicationIdIn => applicationIdIn,
4220: stripeSetIdsOut => stripeSetIds);
4221: ame_admin_pkg.removeAllStripeSets(applicationIdIn => applicationIdIn,
4222: deleteStripeSetIdZeroIn => lastStripingAttributeIn);
4223: ame_rule_pkg.removeRuleStripeSet(stripeSetIdsIn => stripeSetIds);
4224: stripeSetId := ame_util.getCurrentStripeSetId(applicationIdIn => applicationIdIn);
4225: owa_util.mime_header('text/html', FALSE);