DBA Data[Home] [Help]

APPS.PAY_DK_ARCHIVE dependencies on PER_JOBS

Line 963: FROM per_jobs

959: WHERE pap.position_id = p_position_id;
960: -------------
961: CURSOR csr_job (p_job_id NUMBER)IS
962: SELECT name
963: FROM per_jobs
964: WHERE job_id = p_job_id;
965: -------------
966: /* Cursor to retrieve Cost Center */
967: CURSOR csr_cost_center(p_assignment_id NUMBER) IS

Line 1063: l_job PER_JOBS.NAME%TYPE;

1059: l_person_id NUMBER;
1060: l_employer_name hr_organization_units.name%TYPE;
1061: l_local_unit_id hr_organization_units.organization_id%TYPE;
1062: l_legal_employer_id hr_organization_units.organization_id%TYPE;
1063: l_job PER_JOBS.NAME%TYPE;
1064: l_org_struct_ver_id hr_organization_information.org_information1%TYPE;
1065: l_top_org_id per_org_structure_elements.organization_id_parent%TYPE;
1066: l_cost_center pay_cost_allocations_v.concatenated_segments%TYPE;
1067: l_defined_balance_id NUMBER;