DBA Data[Home] [Help]

APPS.AME_DYNAMIC_APPROVAL_PKG dependencies on AME_ENGINE

Line 318: ame_engine.getHeaderAttValue2(attributeNameIn => ame_util.allowDeletingOamApprovers);

314: if(c_all_approvers(tempIndex).api_insertion = ame_util.oamGenerated or
315: sourceDescription = ame_util.ruleGeneratedSource ) then
316: begin
317: allowDeletingOamApprovers :=
318: ame_engine.getHeaderAttValue2(attributeNameIn => ame_util.allowDeletingOamApprovers);
319: if(allowDeletingOamApprovers <> ame_util.booleanAttributeTrue) then
320: begin
321: allow_delete := 'AMEDeleteDisabled';
322: end;