DBA Data[Home] [Help]

APPS.PAY_PYUCSLIS_PKG dependencies on HR_NONRUN_ASACT

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

3317: ** This is the first iteration so set the temp variable
3318: ** and insert the first action record.
3319: */
3320: l_temp_person_id := perrec.person_id;
3321: hr_nonrun_asact.insact(lockingactid => l_lockingactid,
3322: assignid => -1,
3323: pactid => pactid,
3324: chunk => chunk,
3325: greid => null,

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

3332: ** The person ID has changed since last time and so we need to
3333: ** insert an action record for this assignment
3334: */
3335: l_temp_person_id := perrec.person_id;
3336: hr_nonrun_asact.insact(lockingactid => l_lockingactid,
3337: assignid => -1,
3338: pactid => pactid,
3339: chunk => chunk,
3340: greid => null,

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

3362:
3363: -- Bug 3630537
3364: -- Passed person_id/PER_ALL_PEOPLE_F as object_id/object_type, procedure
3365: -- archive_data needs it to process a person.
3366: hr_nonrun_asact.insact(lockingactid => l_lockingactid,
3367: assignid => -1,
3368: pactid => pactid,
3369: chunk => chunk,
3370: greid => null,

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

3381:
3382: -- Bug 3630537
3383: -- Passed person_id/PER_ALL_PEOPLE_F as object_id/object_type, procedure
3384: -- archive_data needs it to process a person.
3385: hr_nonrun_asact.insact(lockingactid => l_lockingactid,
3386: assignid => -1,
3387: pactid => pactid,
3388: chunk => chunk,
3389: greid => null,