DBA Data[Home] [Help]

APPS.PER_ELC_BUS dependencies on PER_ELECTION_CONSTITUENCYS

Line 159: from per_election_constituencys con

155: where pec.election_id = p_election_id;
156: --
157: cursor csr_valid_con_exists is
158: select con.election_id
159: from per_election_constituencys con
160: where con.election_id = p_election_id;
161: --
162: begin
163: hr_utility.set_location(l_proc, 20);