DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on HR_LOCATIONS

Line 902: ,hr_locations loc

898: From per_all_assignments_f paf
899: ,per_assignment_status_types pat
900: ,hr_organization_information ori
901: ,hr_all_organization_units_vl oru
902: ,hr_locations loc
903: ,pay_payrolls_f ppf
904: ,per_assignment_budget_values_f pbv
905: Where paf.person_id = p_person_id
906: and paf.assignment_type <> 'C'

Line 2166: hr_locations lc,

2162: ben_pl_f pln2,
2163: ben_pgm_f pgm2,
2164: fnd_concurrent_requests fnd,
2165: fnd_concurrent_programs_tl conc,
2166: hr_locations lc,
2167: ben_benfts_grp bnfg
2168: where fnd.request_id = p_concurrent_request_id
2169: and conc.concurrent_program_id = fnd.concurrent_program_id
2170: and conc.application_id = 805