DBA Data[Home] [Help]

APPS.XLA_JELINES_RPT_PKG dependencies on XLA_EVENT_CLASS_ATTRS

Line 1222: FROM xla_event_class_attrs

1218: l_event_classes := l_event_classes||
1219: ' AND xet.event_class_code IN (NULL';
1220:
1221: FOR c1 in (SELECT DISTINCT event_class_code
1222: FROM xla_event_class_attrs
1223: WHERE application_id = g_je_source_application_id
1224: AND reporting_view_name = p_transaction_view
1225: )
1226: LOOP

Line 1261: ,xla_event_class_attrs b

1257: ' AND xet.event_class_code IN (NULL';
1258:
1259: FOR c1 in (SELECT DISTINCT event_class_code
1260: FROM xla_event_class_grps_b a
1261: ,xla_event_class_attrs b
1262: WHERE a.application_id = b.application_id
1263: AND a.event_class_group_code = b.event_class_group_code
1264: AND a.rowid = p_process_category_rowid
1265: )

Line 2573: from xla_event_class_attrs

2569: FOR c1 IN (select user_sequence,column_name from xla_event_mappings_b
2570: where application_id = g_je_source_application_id
2571: and event_class_code in
2572: (select event_class_code
2573: from xla_event_class_attrs
2574: where application_id = g_je_source_application_id
2575: and reporting_view_name = p_transaction_view
2576: and rownum = 1
2577: )