DBA Data[Home] [Help]

APPS.PAY_DK_ARCHIVE dependencies on PAY_COST_ALLOCATIONS_V

Line 978: FROM pay_cost_allocations_v

974: -------------
975: /* Cursor to retrieve Cost Center */
976: CURSOR csr_cost_center(p_assignment_id NUMBER) IS
977: SELECT concatenated_segments
978: FROM pay_cost_allocations_v
979: WHERE assignment_id=p_assignment_id
980: AND p_date_earned BETWEEN effective_start_date AND effective_end_date;
981: -------------
982: /* Cursor to pick up Payroll Location */

Line 1075: l_cost_center pay_cost_allocations_v.concatenated_segments%TYPE;

1071: l_legal_employer_id hr_organization_units.organization_id%TYPE;
1072: l_job PER_JOBS.NAME%TYPE;
1073: l_org_struct_ver_id hr_organization_information.org_information1%TYPE;
1074: l_top_org_id per_org_structure_elements.organization_id_parent%TYPE;
1075: l_cost_center pay_cost_allocations_v.concatenated_segments%TYPE;
1076: l_defined_balance_id NUMBER;
1077: l_balance_value NUMBER;
1078: l_formatted_value VARCHAR2(50) := NULL;
1079: l_org_exists NUMBER :=0;