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 2678: if (l_voting_regime <> ame_util.firstApproverVoting ) then

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