DBA Data[Home] [Help]

APPS.BOMPVALR dependencies on GL_SETS_OF_BOOKS

Line 1397: gl_sets_of_books gsb

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:
1401: select count(*)