DBA Data[Home] [Help]

APPS.FA_XLA_EVENTS_PVT dependencies on XLA_TRANSACTION_ENTITIES

Line 603: xla_transaction_entities xent

599: if (p_secondary_flag) then
600: select event_id
601: into l_event_id
602: from xla_events xeve,
603: xla_transaction_entities xent
604: where xeve.application_id = 140
605: and xeve.event_type_code = p_event_type_code
606: and xent.application_id = xeve.application_id
607: and source_id_char_1 = p_book_type_code

Line 680: xla_transaction_entities xent

676:
677: select event_id
678: into l_event_id
679: from xla_events xeve,
680: xla_transaction_entities xent
681: where xeve.application_id = 140
682: and xeve.event_type_code in ('SOURCE_LINE_TRANSFERS', 'CIP_SOURCE_LINE_TRANSFERS')
683: and xent.application_id = xeve.application_id
684: and source_id_char_1 = p_book_type_code

Line 753: xla_transaction_entities xent

749: if (p_calling_fn = 'fa_ret_pub.undo_all_books_reinstatement.secondary') then
750: select event_id
751: into l_event_id
752: from xla_events xeve,
753: xla_transaction_entities xent
754: where xeve.application_id = 140
755: and xeve.event_type_code = 'REINSTATEMENTS'
756: and xent.application_id = xeve.application_id
757: and source_id_char_1 = p_book_type_code

Line 766: xla_transaction_entities xent

762: elsif (p_calling_fn = 'fa_ret_pub.undo_all_books_retirement.secondary') then
763: select event_id
764: into l_event_id
765: from xla_events xeve,
766: xla_transaction_entities xent
767: where xeve.application_id = 140
768: and xeve.event_type_code = 'RETIREMENTS'
769: and xent.application_id = xeve.application_id
770: and source_id_char_1 = p_book_type_code

Line 785: xla_transaction_entities xent

781:
782: select event_id
783: into l_event_id
784: from xla_events xeve,
785: xla_transaction_entities xent
786: where xeve.application_id = 140
787: and xeve.event_type_code = 'CAPITALIZATION'
788: and xent.application_id = xeve.application_id
789: and source_id_char_1 = p_book_type_code

Line 1015: xla_transaction_entities xent

1011:
1012: select event_id
1013: into l_secondary_cap_event_id
1014: from xla_events xeve,
1015: xla_transaction_entities xent
1016: where xeve.application_id = 140
1017: and xeve.event_type_code = 'CAPITALIZATION'
1018: and xent.application_id = xeve.application_id
1019: and source_id_char_1 = p_book_type_code

Line 1066: xla_transaction_entities xent

1062:
1063: select event_id
1064: into l_secondary_event_id
1065: from xla_events xeve,
1066: xla_transaction_entities xent
1067: where xeve.application_id = 140
1068: and xeve.event_type_code = 'DEPRECIATION'
1069: and xent.application_id = xeve.application_id
1070: and source_id_char_1 = p_book_type_code