DBA Data[Home] [Help]

APPS.GMF_MIGRATION dependencies on GMF_LEGAL_ENTITIES

Line 1759: * gmf_legal_entities. The underlying tables are not populated *

1755: * LE, then we may end up with an incorrect gl cost mthd for *
1756: * the already mapped LEs. Removed the L_new_legal_entity_id *
1757: * variable reference in update *
1758: * 23-Jun-2006 rseshadr bug 5354837 - do not rely on the view *
1759: * gmf_legal_entities. The underlying tables are not populated *
1760: * until after a much later phase (upg+74). Use the same logic *
1761: * as an auto upgrade without the pre-mig ui *
1762: * *
1763: **********************************************************************/

Line 6667: gmf_legal_entities c,

6663: e.name,
6664: e.ledger_id
6665: FROM gmf_fiscal_policies a,
6666: gl_plcy_mst b,
6667: gmf_legal_entities c,
6668: mtl_parameters d,
6669: gl_ledgers e
6670: WHERE a.legal_entity_id = b.legal_entity_id
6671: AND c.legal_entity_id = a.legal_entity_id