DBA Data[Home] [Help]

APPS.PAY_SA_ARCHIVE dependencies on PAY_COST_ALLOCATIONS_V

Line 964: FROM pay_cost_allocations_v

960:
961: /* Cursor to retrieve Cost Center */
962: CURSOR csr_cost_center(p_assignment_id NUMBER) IS
963: SELECT concatenated_segments
964: FROM pay_cost_allocations_v
965: WHERE assignment_id=p_assignment_id
966: AND p_date_earned BETWEEN effective_start_date
967: AND effective_end_date;
968:

Line 1019: l_cost_center pay_cost_allocations_v.concatenated_segments%TYPE;

1015: l_bg_id NUMBER;
1016: l_employer_name hr_organization_units.name%TYPE;
1017: l_org_struct_ver_id hr_organization_information.org_information1%TYPE;
1018: l_top_org_id per_org_structure_elements.organization_id_parent%TYPE;
1019: l_cost_center pay_cost_allocations_v.concatenated_segments%TYPE;
1020: l_defined_balance_id NUMBER;
1021: l_balance_value NUMBER;
1022: l_formatted_value VARCHAR2(50) := NULL;
1023: l_org_exists NUMBER :=0;