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 6587: gmf_legal_entities c,

6583: e.name,
6584: e.ledger_id
6585: FROM gmf_fiscal_policies a,
6586: gl_plcy_mst b,
6587: gmf_legal_entities c,
6588: mtl_parameters d,
6589: gl_ledgers e
6590: WHERE a.legal_entity_id = b.legal_entity_id
6591: AND c.legal_entity_id = a.legal_entity_id