DBA Data[Home] [Help]

APPS.PAY_KR_YEA_PDF_PKG dependencies on PER_BUSINESS_GROUPS_PERF

Line 7009: per_business_groups_perf pbg

7005: from per_people_f pp,
7006: per_periods_of_service ppos,
7007: per_assignments_f pa,
7008: hr_organization_information hoi,
7009: per_business_groups_perf pbg
7010: where pbg.legislation_code = c_legislation_code
7011: and pbg.business_group_id = nvl(g_business_group_id,pbg.business_group_id)
7012: and hoi.organization_id = pbg.business_group_id
7013: and hoi.org_information_context = 'KR_YEA_PDF_SETUP_BG'