DBA Data[Home] [Help]

APPS.PER_ONEBOX_VACBAL_ACCRUAL dependencies on PAY_ACCRUAL_PLANS

Line 6: from pay_accrual_plans pap,

2: /* $Header: peonebvb.pkb 120.0 2006/06/02 18:02:49 jarthurt noship $ */
3: cursor get_plan_id_csr(p_person_id in number) is
4: select distinct paf.assignment_id,
5: pap.accrual_plan_id
6: from pay_accrual_plans pap,
7: per_assignments_f paf,
8: per_people_f ppf,
9: pay_element_types_f pet,
10: pay_element_entries_f pee,