DBA Data[Home] [Help]

APPS.AHL_OSP_SHIPMENT_PUB dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 1565: FROM FINANCIALS_SYSTEM_PARAMETERS FSP,

1561: */
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