DBA Data[Home] [Help]

APPS.OKC_UTIL dependencies on OKX_ORGANIZATION_DEFS_V

Line 2321: from okx_set_of_books_v g, okx_organization_defs_v o

2317: Cursor C2 IS
2318: select g.short_name||decode(g.mrc_sob_type_code, 'N', NULL,
2319: decode(l_multi_cur, 'N', NULL,
2320: ': ' || g.currency_code))
2321: from okx_set_of_books_v g, okx_organization_defs_v o
2322: where o.id1=NVL(fnd_profile.value('ORG_ID'),0)
2323: and g.set_of_books_id = to_number(o.set_of_books_id)
2324: and o.organization_type= 'OPERATING_UNIT'
2325: and o.information_type= 'Operating Unit Information' ;