DBA Data[Home] [Help]

APPS.PER_QH_MAINTAIN_QUERY dependencies on PER_APPLICATIONS

Line 169: select * from per_applications

165: --
166: cursor csr_application
167: (p_person_id number
168: ,p_effective_date date) is
169: select * from per_applications
170: where person_id=p_person_id
171: and p_effective_date between date_received and nvl(date_end,p_effective_date);
172: --
173: -- Bug 3540524 Starts here

Line 476: app_rec per_applications%rowtype;

472: --
473: l_uom pay_input_values_f.uom%type;
474: --
475: per_rec per_all_people_f%rowtype;
476: app_rec per_applications%rowtype;
477: pds_rec per_periods_of_service%rowtype;
478: pdp_rec per_periods_of_placement%rowtype;
479: addr_rec per_addresses%rowtype;
480: asg_rec per_all_assignments_f%rowtype;