DBA Data[Home] [Help]

APPS.EDR_PSIG_RULE dependencies on AME_UTIL

Line 67: if (l_action_type_voting_regime = ame_util.firstApproverVoting) then

63: else
64: l_action_type_id_prev := l_action_type_id;
65: end if;
66:
67: if (l_action_type_voting_regime = ame_util.firstApproverVoting) then
68: l_firstvoter_found := 'Y';
69: x_voting_regime := ame_util.firstApproverVoting;
70: end if;
71:

Line 69: x_voting_regime := ame_util.firstApproverVoting;

65: end if;
66:
67: if (l_action_type_voting_regime = ame_util.firstApproverVoting) then
68: l_firstvoter_found := 'Y';
69: x_voting_regime := ame_util.firstApproverVoting;
70: end if;
71:
72: if (l_firstvoter_found = 'Y' and
73: (l_multiple_group_id = 'Y' or l_multiple_action_type_id = 'Y')) then

Line 2682: if (l_voting_regime <> ame_util.firstApproverVoting ) then

2678:
2679: if (l_valid_regime = 'N') then
2680: raise INVALID_FIRST_VOTER_WINS_SETUP;
2681: else
2682: if (l_voting_regime <> ame_util.firstApproverVoting ) then
2683: l_voting_regime := 'X';
2684: end if;
2685:
2686: --set the voting regime on the workflow attribute