DBA Data[Home] [Help]

APPS.OTA_TFL_API_BUS dependencies on OTA_FINANCE_HEADERS

Line 386: ota_finance_headers tfh,

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
390: and org.organization_id = tfh.organization_id

Line 487: ota_finance_headers tfh,

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
491: and org.organization_id = tfh.organization_id