DBA Data[Home] [Help]

APPS.AME_ENGINE dependencies on AME_APPROVAL_GROUP_CONFIG

Line 5758: from ame_approval_group_config

5754: cursor approvalGroupConfigCursor(groupIdIn in integer) is
5755: select
5756: order_number,
5757: voting_regime
5758: from ame_approval_group_config
5759: where
5760: application_id = engAmeApplicationId and
5761: approval_group_id = groupIdIn and
5762: engEffectiveRuleDate between

Line 8780: from ame_approval_group_config

8776: ,ame_util.preApprovalTypeName
8777: ,ame_util.postApprovalTypeName )) then
8778: select voting_regime
8779: into tempVotingRegime
8780: from ame_approval_group_config
8781: where approval_group_id = engStApprovers(previousIndex).group_or_chain_id
8782: and application_id = engAmeApplicationId
8783: and sysdate between start_date and nvl(end_Date - (1/86400), sysdate);
8784: if(tempVotingRegime not in (ame_util.serializedVoting