DBA Data[Home] [Help]

APPS.PAY_ZA_BANK_DDF_UPD dependencies on PER_BUSINESS_GROUPS

Line 16: from per_business_groups

12: from per_all_assignments_f paaf
13: where paaf.effective_end_date >= to_date('01/03/2009','dd/mm/yyyy')
14: and paaf.assignment_id = p_assignment_id
15: and paaf.business_group_id in (select business_group_id
16: from per_business_groups
17: where legislation_code='ZA');
18:
19:
20: l_exists number;