DBA Data[Home] [Help]

APPS.GMF_MIGRATION dependencies on GMF_XLA_EVENT_MODEL

Line 6718: gmf_xla_event_model d

6714: d.event_class_code,
6715: d.event_Type_code
6716: FROM gl_sevt_ttl a,
6717: gl_sevt_mst c,
6718: gmf_xla_event_model d
6719: WHERE a.acct_ttl_type = p_acct_ttl_type
6720: AND c.sub_event_type = a.sub_event_type
6721: AND c.sub_event_type = d.sub_event_type
6722: AND 1 = 2; /* Stubbed to avoid migration for Line Assignments */