DBA Data[Home] [Help]

APPS.XLA_TRANSACTION_ID_PKG dependencies on XLA_EVENT_CLASS_ATTRS

Line 449: l_reporting_view_name xla_event_class_attrs.reporting_view_name%TYPE;

445: p_transactionid9_value out NOCOPY VARCHAR2,
446: p_transactionid10_prompt out NOCOPY VARCHAR2,
447: p_transactionid10_value out NOCOPY VARCHAR2) return NUMBER is
448:
449: l_reporting_view_name xla_event_class_attrs.reporting_view_name%TYPE;
450: CURSOR cols_csr IS
451: (SELECT xid.transaction_id_col_name_1 trx_col_1
452: ,xid.transaction_id_col_name_2 trx_col_2
453: ,xid.transaction_id_col_name_3 trx_col_3

Line 514: from xla_event_class_attrs

510: END IF;
511:
512: select reporting_view_name
513: into l_reporting_view_name
514: from xla_event_class_attrs
515: where application_id=p_application_id
516: and entity_code=p_entity_code
517: and event_class_code=p_event_class_code;
518: IF (C_LEVEL_STATEMENT>= g_log_level) THEN