DBA Data[Home] [Help]

APPS.OTA_TFL_API_BUS dependencies on HR_ALL_ORGANIZATION_UNITS

Line 388: hr_all_organization_units org

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
391: and tfh.finance_header_id = tfl.finance_header_id
392: and tfl.finance_line_id = p_finance_line_id;

Line 489: hr_all_organization_units org

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
492: and tfh.finance_header_id = tfl.finance_header_id
493: and tfl.finance_line_id = p_finance_line_id;