DBA Data[Home] [Help]

APPS.JA_CN_CFS_CLT_SLA_PKG dependencies on XLA_AE_HEADERS

Line 454: ,xla_ae_headers ah

450: ala.amb_context_code,
451: ala.ac1,
452: al.code_combination_id
453: FROM xla_ae_lines al
454: ,xla_ae_headers ah
455: ,xla_ae_line_acs ala
456: ,fnd_segment_attribute_values fsav
457: ,gl_code_combinations gcc
458: ,ja_cn_ledger_le_bsv_gt glsv

Line 502: ,xla_ae_headers ah

498: ,al.accounted_cr
499: ,al.accounted_dr
500: ,ala.ac1
501: FROM xla_ae_lines al
502: ,xla_ae_headers ah
503: ,xla_ae_line_acs ala
504: ,fnd_segment_attribute_values fsav
505: ,fnd_segment_attribute_values fsav1
506: ,gl_code_combinations gcc

Line 713: FROM XLA_TRANSACTION_ENTITIES xte, xla_ae_headers xah

709:
710: --Get org id of the current sla ae line
711: Select xte.SECURITY_ID_INT_1
712: Into l_line_org_id
713: FROM XLA_TRANSACTION_ENTITIES xte, xla_ae_headers xah
714: Where xte.entity_id = xah.entity_id
715: And xte.application_id = xah.application_id
716: And xah.ae_header_id = l_ae_header_id
717: AND xah.application_id = l_application_id;