DBA Data[Home] [Help]

APPS.PAY_PYUCSLIS_PKG dependencies on HR_NONRUN_ASACT

Line 6318: hr_nonrun_asact.insact(lockingactid => l_lockingactid,

6314: ** This is the first iteration so set the temp variable
6315: ** and insert the first action record.
6316: */
6317: l_temp_person_id := perrec.person_id;
6318: hr_nonrun_asact.insact(lockingactid => l_lockingactid,
6319: assignid => -1,
6320: pactid => pactid,
6321: chunk => chunk,
6322: greid => null,

Line 6333: hr_nonrun_asact.insact(lockingactid => l_lockingactid,

6329: ** The person ID has changed since last time and so we need to
6330: ** insert an action record for this assignment
6331: */
6332: l_temp_person_id := perrec.person_id;
6333: hr_nonrun_asact.insact(lockingactid => l_lockingactid,
6334: assignid => -1,
6335: pactid => pactid,
6336: chunk => chunk,
6337: greid => null,

Line 6363: hr_nonrun_asact.insact(lockingactid => l_lockingactid,

6359:
6360: -- Bug 3630537
6361: -- Passed person_id/PER_ALL_PEOPLE_F as object_id/object_type, procedure
6362: -- archive_data needs it to process a person.
6363: hr_nonrun_asact.insact(lockingactid => l_lockingactid,
6364: assignid => -1,
6365: pactid => pactid,
6366: chunk => chunk,
6367: greid => null,

Line 6382: hr_nonrun_asact.insact(lockingactid => l_lockingactid,

6378:
6379: -- Bug 3630537
6380: -- Passed person_id/PER_ALL_PEOPLE_F as object_id/object_type, procedure
6381: -- archive_data needs it to process a person.
6382: hr_nonrun_asact.insact(lockingactid => l_lockingactid,
6383: assignid => -1,
6384: pactid => pactid,
6385: chunk => chunk,
6386: greid => null,