DBA Data[Home] [Help]

APPS.OTA_TFL_API_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 385: from per_business_groups_perf pbg,

381: --
382: cursor csr_sec_grp is
383: select pbg.security_group_id,
384: pbg.legislation_code
385: from per_business_groups_perf pbg,
386: ota_finance_headers tfh,
387: ota_finance_lines tfl,
388: hr_all_organization_units org
389: where pbg.business_group_id = org.business_group_id

Line 486: from per_business_groups_perf pbg,

482: -- Declare cursor
483: --
484: cursor csr_leg_code is
485: select legislation_code
486: from per_business_groups_perf pbg,
487: ota_finance_headers tfh,
488: ota_finance_lines tfl,
489: hr_all_organization_units org
490: where pbg.business_group_id = org.business_group_id