DBA Data[Home] [Help]

APPS.AHL_OSP_SHIPMENT_PUB dependencies on GL_SETS_OF_BOOKS

Line 1601: GL_SETS_OF_BOOKS GSB

1597:
1598: CURSOR ahl_trxn_curr_code_csr IS
1599: SELECT GSB.currency_code
1600: FROM FINANCIALS_SYSTEM_PARAMETERS FSP,
1601: GL_SETS_OF_BOOKS GSB
1602: WHERE FSP.set_of_books_id = GSB.set_of_books_id;
1603:
1604: --Used inv_organization_info_v instead of org_organization_definitions to fix the Perf Bug #4919255
1605: CURSOR ahl_ship_from_orgs_csr(p_name IN VARCHAR2) IS