DBA Data[Home] [Help]

APPS.PER_PEOPLE_V15_PKG dependencies on PER_ADDRESSES

Line 519: from per_addresses pa

515: for Update of effective_start_date;
516: --
517: cursor address is
518: select date_from
519: from per_addresses pa
520: where person_id = X_person_id
521: and date_from = X_s_hire_Date
522: for update of date_from;
523: --

Line 567: update per_addresses

563: end loop;
564: close address;
565: --
566: begin
567: update per_addresses
568: set date_from = X_hire_date
569: where person_id = X_person_id
570: and date_from = X_S_hire_date;
571: -- VT 01/29/97 #417906 added exception