DBA Data[Home] [Help]

APPS.PAY_FI_ARCHIVE_PYSA dependencies on PER_ALL_ASSIGNMENTS_F

Line 371: per_all_assignments_f as1

367: pay_payroll_actions appa2,
368: pay_assignment_actions act,
369: pay_assignment_actions act1,
370: pay_action_interlocks pai,
371: per_all_assignments_f as1
372: WHERE ppa.payroll_action_id = p_payroll_action_id
373: AND appa.consolidation_set_id = p_consolidation_id
374: AND appa.effective_date BETWEEN l_canonical_start_date
375: AND l_canonical_end_date

Line 798: per_all_assignments_f paa

794: /* Cursor to pick Hire Date*/
795: CURSOR csr_hire_date (p_assignment_id NUMBER) IS
796: SELECT trunc(date_start) date_start
797: FROM per_periods_of_service pps,
798: per_all_assignments_f paa
799: WHERE pps.period_of_service_id = paa.period_of_service_id
800: AND p_date_earned between paa.effective_start_date and paa.effective_end_date
801: AND paa.assignment_id = p_assignment_id;
802: /*Cursor to pick local unit*/

Line 805: from per_all_assignments_f paaf

801: AND paa.assignment_id = p_assignment_id;
802: /*Cursor to pick local unit*/
803: cursor csr_scl_details (p_assignment_id NUMBER) IS
804: SELECT segment2
805: from per_all_assignments_f paaf
806: ,HR_SOFT_CODING_KEYFLEX hsck
807: where paaf.assignment_id= p_assignment_id
808: and p_date_earned BETWEEN paaf.effective_start_date and paaf.effective_end_date
809: and paaf.SOFT_CODING_KEYFLEX_ID = hsck.SOFT_CODING_KEYFLEX_ID;

Line 1807: per_all_assignments_f paa

1803: IS
1804: CURSOR CSR_ACTUAL_TERM_DATE (p_assignment_id NUMBER) IS
1805: SELECT actual_termination_date
1806: FROM per_periods_of_service pps,
1807: per_all_assignments_f paa
1808: WHERE pps.period_of_service_id = paa.period_of_service_id
1809: AND p_date_earned between paa.effective_start_date and paa.effective_end_date
1810: AND paa.assignment_id = p_assignment_id;
1811: CURSOR get_details(p_assignment_id NUMBER , p_input_value VARCHAR2 ) IS

Line 1814: FROM per_all_assignments_f asg1

1810: AND paa.assignment_id = p_assignment_id;
1811: CURSOR get_details(p_assignment_id NUMBER , p_input_value VARCHAR2 ) IS
1812: SELECT ee.effective_start_date
1813: ,eev1.screen_entry_value screen_entry_value
1814: FROM per_all_assignments_f asg1
1815: ,per_all_assignments_f asg2
1816: ,per_all_people_f per
1817: ,pay_element_links_f el
1818: ,pay_element_types_f et

Line 1815: ,per_all_assignments_f asg2

1811: CURSOR get_details(p_assignment_id NUMBER , p_input_value VARCHAR2 ) IS
1812: SELECT ee.effective_start_date
1813: ,eev1.screen_entry_value screen_entry_value
1814: FROM per_all_assignments_f asg1
1815: ,per_all_assignments_f asg2
1816: ,per_all_people_f per
1817: ,pay_element_links_f el
1818: ,pay_element_types_f et
1819: ,pay_input_values_f iv1

Line 1844: FROM per_all_assignments_f asg1

1840: AND p_date_earned BETWEEN eev1.effective_start_date AND eev1.effective_end_date;
1841: CURSOR csr_tax_details(p_assignment_id NUMBER, p_input_value VARCHAR2) IS
1842: SELECT ee.effective_start_date
1843: ,eev1.screen_entry_value screen_entry_value
1844: FROM per_all_assignments_f asg1
1845: ,pay_element_links_f el
1846: ,pay_element_types_f et
1847: ,pay_input_values_f iv1
1848: ,pay_element_entries_f ee

Line 1865: FROM per_all_assignments_f paa,

1861: AND p_date_earned BETWEEN ee.effective_start_date AND ee.effective_end_date
1862: AND p_date_earned BETWEEN eev1.effective_start_date AND eev1.effective_end_date;
1863: CURSOR csr_tax_category (p_assignment_id NUMBER) IS
1864: SELECT segment13
1865: FROM per_all_assignments_f paa,
1866: hr_soft_coding_keyflex hsc
1867: WHERE
1868: paa.soft_coding_keyflex_id = hsc.soft_coding_keyflex_id
1869: AND p_date_earned BETWEEN paa.effective_start_date

Line 2906: FROM per_all_assignments_f paaf

2902: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%type) is
2903:
2904: CURSOR csr_scl_details (p_payroll_action_id pay_action_information.action_information1%TYPE , p_effective_date DATE ) IS
2905: SELECT DISTINCT segment2 local_unit , paaf.business_group_id
2906: FROM per_all_assignments_f paaf
2907: ,HR_SOFT_CODING_KEYFLEX hsck
2908: WHERE p_effective_date BETWEEN paaf.effective_start_date AND paaf.effective_end_date
2909: AND paaf.SOFT_CODING_KEYFLEX_ID = hsck.SOFT_CODING_KEYFLEX_ID
2910: AND paaf.assignment_id IN