DBA Data[Home] [Help]

APPS.INV_GMI_MIGRATION dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 2438: FROM org_organization_definitions a,

2434: l_field_value := INV_GMI_Migration.org(l_organization_id);
2435: l_skip_to_next_whse := 1;
2436: SELECT b.period_set_name, b.accounted_period_type
2437: INTO l_period_set_name, l_accounted_period_type
2438: FROM org_organization_definitions a,
2439: gl_sets_of_books b
2440: WHERE a.organization_id = l_organization_id
2441: AND a.set_of_books_id = b.set_of_books_id;
2442: l_skip_to_next_whse := 0;