DBA Data[Home] [Help]

APPS.PSA_BC_XLA_PVT dependencies on XLA_DISTRIBUTION_LINKS

Line 1100: xla_distribution_links xdl,

1096: cp_source_dist_id_num_1 NUMBER) IS
1097: SELECT '1'
1098: FROM xla_transaction_entities xte,
1099: xla_ae_headers xah,
1100: xla_distribution_links xdl,
1101: xla_events xe
1102: WHERE xte.application_id = cp_appl_id
1103: AND xte.entity_code = cp_entity_code
1104: AND xte.source_id_int_1 = cp_source_id_int_1

Line 1123: xla_distribution_links xdl

1119: xe.event_type_code
1120: FROM xla_transaction_entities xte,
1121: xla_ae_headers xah,
1122: xla_events xe,
1123: xla_distribution_links xdl
1124: WHERE xte.application_id = cp_appl_id
1125: AND xte.entity_code = cp_entity_code
1126: AND xte.source_id_int_1 = cp_source_id_int_1
1127: AND xte.entity_id = xah.entity_id