DBA Data[Home] [Help]

APPS.XLA_THIRD_PARTY_MERGE dependencies on FND_CURRENCIES

Line 2798: ,fnd_currencies fcu

2794: FROM
2795: xla_ae_lines ael
2796: ,xla_ae_headers aeh
2797: ,xla_distribution_links xdl
2798: ,fnd_currencies fcu
2799: WHERE nvl(ael.merge_party_id, ael.party_id) = p_old_party_id
2800: AND nvl(nvl(ael.merge_party_site_id, ael.party_site_id), -1)
2801: = nvl(p_old_site_id, -1)
2802: and nvl(ael.party_type_code , p_party_type) = p_party_type

Line 2964: ,fnd_currencies fcu

2960: FROM
2961: xla_ae_lines ael
2962: ,xla_ae_headers aeh
2963: ,xla_distribution_links xdl
2964: ,fnd_currencies fcu
2965: WHERE nvl(ael.merge_party_id, ael.party_id) = p_old_party_id
2966: AND nvl(nvl(ael.merge_party_site_id, ael.party_site_id), -1)
2967: = nvl(p_old_site_id, -1)
2968: and nvl(ael.party_type_code , p_party_type) = p_party_type

Line 3292: ,fnd_currencies fcu

3288: FROM
3289: xla_ae_lines ael
3290: ,xla_ae_headers aeh
3291: ,xla_distribution_links xdl
3292: ,fnd_currencies fcu
3293: WHERE nvl(ael.merge_party_id, ael.party_id) = p_old_party_id
3294: AND nvl(nvl(ael.merge_party_site_id, ael.party_site_id), -1)
3295: = nvl(p_old_site_id, -1)
3296: and nvl(ael.party_type_code , p_party_type) = p_party_type

Line 3478: ,fnd_currencies fcu

3474: FROM
3475: xla_ae_lines ael
3476: ,xla_ae_headers aeh
3477: ,xla_distribution_links xdl
3478: ,fnd_currencies fcu
3479: WHERE nvl(ael.merge_party_id, ael.party_id) = p_old_party_id
3480: AND nvl(nvl(ael.merge_party_site_id, ael.party_site_id), -1)
3481: = nvl(p_old_site_id, -1)
3482: and nvl(ael.party_type_code , p_party_type) = p_party_type

Line 5459: FND_CURRENCIES fcu,

5455: v_array_mau,
5456: v_array_submit_transfer
5457: FROM XLA_LEDGER_RELATIONSHIPS_V rs,
5458: XLA_LEDGER_OPTIONS lgopt,
5459: FND_CURRENCIES fcu,
5460: GL_LEDGERS gld
5461: WHERE rs.RELATIONSHIP_ENABLED_FLAG = 'Y'
5462: AND rs.ledger_id = gld.ledger_id
5463: AND gld.complete_flag = 'Y'