DBA Data[Home] [Help]

APPS.BOMPVALR dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 1396: from org_organization_definitions ood,

1392:
1393: /* get currency code */
1394: select SUBSTRB(CURRENCY_CODE, 1, 3)
1395: into dummy_code
1396: from org_organization_definitions ood,
1397: gl_sets_of_books gsb
1398: where ood.organization_id = c1rec.OI
1399: and ood.set_of_books_id = gsb.set_of_books_id;
1400: