DBA Data[Home] [Help]

APPS.PAY_SE_PAYSLIP_ARCHIVE dependencies on PER_JOBS

Line 819: FROM per_jobs

815: FROM per_all_positions pap
816: WHERE pap.position_id = p_position_id;
817: CURSOR csr_job (p_job_id NUMBER)IS
818: SELECT name
819: FROM per_jobs
820: WHERE job_id = p_job_id;
821: /* Cursor to retrieve Cost Center */
822: CURSOR csr_cost_center(p_assignment_id NUMBER) IS
823: SELECT concatenated_segments

Line 872: l_job PER_JOBS.NAME%TYPE;

868: l_person_id NUMBER;
869: l_employer_name hr_organization_units.name%TYPE;
870: l_local_unit_id hr_organization_units.organization_id%TYPE;
871: l_legal_employer_id hr_organization_units.organization_id%TYPE;
872: l_job PER_JOBS.NAME%TYPE;
873: l_org_struct_ver_id hr_organization_information.org_information1%TYPE;
874: l_top_org_id per_org_structure_elements.organization_id_parent%TYPE;
875: l_cost_center pay_cost_allocations_v.concatenated_segments%TYPE;
876: l_defined_balance_id NUMBER;