DBA Data[Home] [Help]

APPS.AHL_OSP_SHIPMENT_PUB dependencies on GL_SETS_OF_BOOKS

Line 1566: GL_SETS_OF_BOOKS GSB

1562:
1563: CURSOR ahl_trxn_curr_code_csr IS
1564: SELECT GSB.currency_code
1565: FROM FINANCIALS_SYSTEM_PARAMETERS FSP,
1566: GL_SETS_OF_BOOKS GSB
1567: WHERE FSP.set_of_books_id = GSB.set_of_books_id;
1568:
1569: --Used inv_organization_info_v instead of org_organization_definitions to fix the Perf Bug #4919255
1570: CURSOR ahl_ship_from_orgs_csr(p_name IN VARCHAR2) IS