DBA Data[Home] [Help]

APPS.PAY_SE_PAYSLIP_ARCHIVE dependencies on PAY_COST_ALLOCATIONS_V

Line 824: FROM pay_cost_allocations_v

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
824: FROM pay_cost_allocations_v
825: WHERE assignment_id=p_assignment_id
826: AND p_date_earned BETWEEN effective_start_date
827: AND effective_end_date;
828: /* Cursor to pick up Payroll Location */

Line 875: l_cost_center pay_cost_allocations_v.concatenated_segments%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;
877: l_balance_value NUMBER;
878: l_formatted_value VARCHAR2(50) := NULL;
879: l_org_exists NUMBER :=0;