DBA Data[Home] [Help]

APPS.PER_ELC_BUS dependencies on PER_ELECTION_CANDIDATES

Line 154: from per_election_candidates pec

150: --
151: --
152: cursor csr_valid_can_exists is
153: select pec.election_id
154: from per_election_candidates pec
155: where pec.election_id = p_election_id;
156: --
157: cursor csr_valid_con_exists is
158: select con.election_id

Line 180: -- valid candidate on per_election_candidates

176: -- then
177: hr_utility.set_location(l_proc, 30);
178: --
179: -- Check that the Election ID is not linked to a
180: -- valid candidate on per_election_candidates
181: --
182: open csr_valid_can_exists;
183: fetch csr_valid_can_exists into l_election_id_a;
184: if csr_valid_can_exists%found then