DBA Data[Home] [Help]

APPS.GMF_MIGRATION dependencies on GMF_XLA_EVENT_MODEL

Line 6799: gmf_xla_event_model d

6795: d.event_class_code,
6796: d.event_Type_code
6797: FROM gl_sevt_ttl a,
6798: gl_sevt_mst c,
6799: gmf_xla_event_model d
6800: WHERE a.acct_ttl_type = p_acct_ttl_type
6801: AND c.sub_event_type = a.sub_event_type
6802: AND c.sub_event_type = d.sub_event_type
6803: AND 1 = 2; /* Stubbed to avoid migration for Line Assignments */