DBA Data[Home] [Help]

APPS.PER_ASG_BUS2 dependencies on PER_BUSINESS_GROUPS_PERF

Line 279: from per_business_groups_perf

275:
276: -- Bug 979903
277: cursor csr_get_legc_code is
278: select legislation_code
279: from per_business_groups_perf
280: where business_group_id = p_business_group_id;
281: --
282: --VS Bug:1402408. 11/14/00
283: cursor csr_payroll_exists is

Line 865: from per_business_groups_perf pbg

861: and nvl(end_date_active,hr_api.g_eot);
862: --
863: cursor csr_valid_id_flex_num is
864: select null
865: from per_business_groups_perf pbg
866: ,pay_people_groups ppg
867: where ppg.people_group_id = p_people_group_id
868: and pbg.people_group_structure = to_char(ppg.id_flex_num)
869: and pbg.business_group_id = p_business_group_id;

Line 3855: from per_business_groups_perf

3851: and nvl(end_date_active,hr_api.g_eot);
3852: --
3853: cursor csr_bg is
3854: select legislation_code
3855: from per_business_groups_perf
3856: where business_group_id = p_business_group_id;
3857: --
3858: cursor csr_pay_legislation_rules is
3859: select null