DBA Data[Home] [Help]

APPS.PQP_NL_ABP_FUNCTIONS dependencies on PAY_RUN_RESULTS

Line 1126: FROM pay_run_results

1122: fnd_date.canonical_to_date(p_org_information1_o)
1123: AND fnd_date.canonical_to_date(nvl(p_org_information2_o,fnd_date.date_to_canonical(hr_api.g_eot)))
1124: AND paa.assignment_action_id IN
1125: (SELECT assignment_action_id
1126: FROM pay_run_results
1127: WHERE element_type_id IN
1128: (SELECT element_type_id
1129: FROM pay_element_type_extra_info
1130: WHERE information_type = 'PQP_NL_ABP_DEDUCTION'

Line 2901: FROM pay_run_results

2897: fnd_date.canonical_to_date(p_aei_information1_o)
2898: AND nvl(fnd_date.canonical_to_date(p_aei_information2_o),hr_api.g_eot)
2899: AND paa.assignment_action_id IN
2900: (SELECT assignment_action_id
2901: FROM pay_run_results
2902: WHERE element_type_id IN
2903: (SELECT element_type_id
2904: FROM pay_element_type_extra_info
2905: WHERE information_type = 'PQP_NL_ABP_DEDUCTION'