DBA Data[Home] [Help]

APPS.AME_ENGINE dependencies on AME_APPROVAL_GROUP_CONFIG

Line 5959: from ame_approval_group_config

5955: cursor approvalGroupConfigCursor(groupIdIn in integer) is
5956: select
5957: order_number,
5958: voting_regime
5959: from ame_approval_group_config
5960: where
5961: application_id = engAmeApplicationId and
5962: approval_group_id = groupIdIn and
5963: engEffectiveRuleDate between

Line 9072: from ame_approval_group_config

9068: ,ame_util.preApprovalTypeName
9069: ,ame_util.postApprovalTypeName )) then
9070: select voting_regime
9071: into tempVotingRegime
9072: from ame_approval_group_config
9073: where approval_group_id = engStApprovers(previousIndex).group_or_chain_id
9074: and application_id = engAmeApplicationId
9075: and sysdate between start_date and nvl(end_Date - (1/86400), sysdate);
9076: if(tempVotingRegime not in (ame_util.serializedVoting