DBA Data[Home] [Help]

APPS.OTA_TFL_API_BUS dependencies on OTA_FINANCE_LINES

Line 387: ota_finance_lines tfl,

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

Line 456: -- ota_finance_lines row handler user hook business process.

452: --
453: -- Description:
454: -- This function will be used by the user hooks. This will be used
455: -- of by the user hooks of ota_finance_header and
456: -- ota_finance_lines row handler user hook business process.
457: --
458: -- Pre Conditions:
459: -- This function will be called by the user hook packages.
460: --

Line 488: ota_finance_lines tfl,

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