DBA Data[Home] [Help]

APPS.GMF_XLA_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 1797: org_organization_definitions ood,

1793: where exists
1794: (SELECT mp.organization_id
1795: FROM mtl_parameters mp,
1796: gmf_fiscal_policies gfp,
1797: org_organization_definitions ood,
1798: gl_item_cst gic,
1799: gmf_period_statuses gps,
1800: cm_mthd_mst cmm
1801: WHERE mp.process_enabled_flag = 'Y'

Line 1821: org_organization_definitions ood,

1817: CURSOR cost_update_run (l_security_id_int_3 NUMBER, l_valuation_method varchar2) IS
1818: SELECT count(mp.organization_id)
1819: FROM mtl_parameters mp,
1820: gmf_fiscal_policies gfp,
1821: org_organization_definitions ood,
1822: gl_item_cst gic,
1823: gmf_period_statuses gps,
1824: cm_mthd_mst cmm
1825: WHERE mp.process_enabled_flag = 'Y'