DBA Data[Home] [Help]

APPS.JL_CO_FA_ACCOUNTING_PKG dependencies on XLA_DISTRIBUTION_LINKS

Line 508: xla_distribution_links XDL

504: FROM fa_adjustments ADJ,
505: --SLA Changes. New Tables Added
506: xla_ae_headers XHD,
507: xla_ae_lines XLN,
508: xla_distribution_links XDL
509: WHERE ADJ.transaction_header_id = pc_transaction_header_id
510: AND ADJ.book_type_code = pc_book_type_code
511: AND ADJ.period_counter_created = pc_period_counter --Bug 3680318,4060555
512: AND ADJ.adjustment_amount <> 0

Line 553: xla_distribution_links XDL

549: FROM fa_adjustments ADJ,
550: --SLA Changes. New Tables Added
551: xla_ae_headers XHD,
552: xla_ae_lines XLN,
553: xla_distribution_links XDL
554: WHERE ADJ.transaction_header_id = pc_transaction_header_id
555: AND ADJ.book_type_code = pc_book_type_code
556: AND ADJ.period_counter_created = pc_period_counter --Bug 3680318,4060555
557: AND ADJ.adjustment_amount <> 0

Line 591: xla_distribution_links XDL

587: FROM fa_adjustments ADJ,
588: --SLA Changes. New Tables Added
589: xla_ae_headers XHD,
590: xla_ae_lines XLN,
591: xla_distribution_links XDL
592: WHERE ADJ.transaction_header_id = pc_transaction_header_id
593: AND ADJ.book_type_code = pc_book_type_code
594: AND ADJ.source_type_code = pc_source_type_code
595: AND ADJ.adjustment_type = pc_adjustment_type