DBA Data[Home] [Help]

APPS.GMF_SUBLEDGER_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 279: FROM org_organization_definitions le, gl_ledgers led,

275: mthd.default_lot_cost_type_id
276: INTO g_legal_entity_name, g_ledger_name,
277: g_cost_method_type, g_cost_type_code, g_cost_method,
278: g_default_cost_type_id
279: FROM org_organization_definitions le, gl_ledgers led,
280: cm_mthd_mst mthd, gem_lookups lk
281: WHERE le.organization_id = g_legal_entity_id
282: AND led.ledger_id = g_ledger_id
283: AND mthd.cost_type_id = g_cost_type_id

Line 1848: org_organization_definitions org,

1844: SELECT
1845: d1.period_year fiscal_year, d1.period_num period,
1846: d1.period_start_date begin_date, d2.schedule_close_date period_end_date
1847: FROM
1848: org_organization_definitions org,
1849: org_acct_periods d1,
1850: org_acct_periods d2
1851: WHERE
1852: org.legal_entity = cp_le_id

Line 1999: FROM org_organization_definitions le, gl_ledgers led,

1995: mthd.default_lot_cost_type_id
1996: INTO g_legal_entity_name, g_ledger_name,
1997: g_cost_method_type, g_cost_type_code, g_cost_method,
1998: g_default_cost_type_id
1999: FROM org_organization_definitions le, gl_ledgers led,
2000: cm_mthd_mst mthd, gem_lookups lk
2001: WHERE le.organization_id = g_legal_entity_id
2002: AND led.ledger_id = g_ledger_id
2003: AND mthd.cost_type_id = g_cost_type_id