DBA Data[Home] [Help]

APPS.PAY_US_EMP_PAYSLIP_ACCRUAL_WEB dependencies on PAY_ELEMENT_ENTRIES_F

Line 141: pay_element_entries_f pee

137: select pap.accrual_plan_id,
138: pap.accrual_plan_element_type_id
139: from pay_accrual_plans pap,
140: pay_element_links_f pel,
141: pay_element_entries_f pee
142: where pap.accrual_category = cp_accrual_category
143: and pel.element_type_id= pap.accrual_plan_element_type_id
144: and cp_effective_date between pel.effective_start_date
145: and pel.effective_end_date