DBA Data[Home] [Help]

APPS.AHL_OSP_SHIPMENT_PUB dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 1600: FROM FINANCIALS_SYSTEM_PARAMETERS FSP,

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