DBA Data[Home] [Help]

APPS.JA_CN_CFS_CLT_SLA_PKG dependencies on XLA_TRANSACTION_ENTITIES

Line 391: l_line_org_id xla_transaction_entities.security_id_int_1%TYPE;

387: --l_source fnd_application.application_short_name%TYPE;
388: l_source_id fnd_application.application_id%TYPE;
389:
390: -- the interim variables for activities all table
391: l_line_org_id xla_transaction_entities.security_id_int_1%TYPE;
392: l_mapping_org_id NUMBER;
393: l_detailed_cfs_item ja_cn_cfs_activities_all.detailed_cfs_item%type;
394: l_event_class_code ja_cn_cfs_item_mapping_hdrs.event_class_code%TYPE;
395:

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;