DBA Data[Home] [Help]

APPS.PAY_FI_ARCHIVE_PYSA dependencies on PER_JOBS

Line 780: FROM per_jobs

776: FROM per_all_positions pap
777: WHERE pap.position_id = p_position_id;
778: CURSOR csr_job (p_job_id NUMBER)IS
779: SELECT name
780: FROM per_jobs
781: WHERE job_id = p_job_id;
782: /* Cursor to retrieve Cost Center */
783: CURSOR csr_cost_center(p_assignment_id NUMBER) IS
784: SELECT concatenated_segments

Line 833: l_job PER_JOBS.NAME%TYPE;

829: l_person_id NUMBER;
830: l_employer_name hr_organization_units.name%TYPE;
831: l_local_unit_id hr_organization_units.organization_id%TYPE;
832: l_legal_employer_id hr_organization_units.organization_id%TYPE;
833: l_job PER_JOBS.NAME%TYPE;
834: l_org_struct_ver_id hr_organization_information.org_information1%TYPE;
835: l_top_org_id per_org_structure_elements.organization_id_parent%TYPE;
836: l_cost_center pay_cost_allocations_v.concatenated_segments%TYPE;
837: l_defined_balance_id NUMBER;