DBA Data[Home] [Help]

APPS.HR_NMF_SYNC dependencies on DUAL

Line 810: from dual;

806: if l_legislation_code is null then
807: --
808: for people_rec in csr_actions_no_leg(pactid, stperson, endperson) loop
809: select pay_assignment_actions_s.nextval into l_lockingactid
810: from dual;
811: -- Passed person_id/PER_ALL_PEOPLE_F as object_id/object_type, procedure
812: -- archive_data needs it to process a person.
813: hr_nonrun_asact.insact(lockingactid => l_lockingactid,
814: assignid => -1,

Line 826: from dual;

822: -- only process those belonging to a specific legislation
823: --
824: for people_rec in csr_actions(pactid, stperson, endperson, l_legislation_code) loop
825: select pay_assignment_actions_s.nextval into l_lockingactid
826: from dual;
827: -- Passed person_id/PER_ALL_PEOPLE_F as object_id/object_type, procedure
828: -- archive_data needs it to process a person.
829: hr_nonrun_asact.insact(lockingactid => l_lockingactid,
830: assignid => -1,

Line 911: -- processing required for each individual person.

907: -- |----------------------------< archive_data >------------------------------|
908: -- ----------------------------------------------------------------------------
909: --
910: -- Purpose : This process is called for each assignment action and performs the
911: -- processing required for each individual person.
912: --
913: -- Notes :
914: --
915: PROCEDURE archive_data(p_assactid in number,