DBA Data[Home] [Help]

APPS.PAY_SA_ARCHIVE dependencies on PAY_COST_ALLOCATIONS_V

Line 952: FROM pay_cost_allocations_v

948:
949: /* Cursor to retrieve Cost Center */
950: CURSOR csr_cost_center(p_assignment_id NUMBER) IS
951: SELECT concatenated_segments
952: FROM pay_cost_allocations_v
953: WHERE assignment_id=p_assignment_id
954: AND p_date_earned BETWEEN effective_start_date
955: AND effective_end_date;
956:

Line 1006: l_cost_center pay_cost_allocations_v.concatenated_segments%TYPE;

1002: l_bg_id NUMBER;
1003: l_employer_name hr_organization_units.name%TYPE;
1004: l_org_struct_ver_id hr_organization_information.org_information1%TYPE;
1005: l_top_org_id per_org_structure_elements.organization_id_parent%TYPE;
1006: l_cost_center pay_cost_allocations_v.concatenated_segments%TYPE;
1007: l_defined_balance_id NUMBER;
1008: l_balance_value NUMBER;
1009: l_formatted_value VARCHAR2(50) := NULL;
1010: l_org_exists NUMBER :=0;