DBA Data[Home] [Help]

APPS.ECE_AR_TRANSACTION dependencies on GL_SETS_OF_BOOKS

Line 1301: from AR_SYSTEM_PARAMETERS ASP, GL_SETS_OF_BOOKS GLB

1297: ec_debug.push('ECE_AR_TRANSACTION.GET_CURRENCY_CODE');
1298: If base_currency_code is null Then
1299: select GLB.CURRENCY_CODE Base_Currency_Code
1300: into base_currency_code
1301: from AR_SYSTEM_PARAMETERS ASP, GL_SETS_OF_BOOKS GLB
1302: where ASP.SET_OF_BOOKS_ID = GLB.SET_OF_BOOKS_ID ;
1303: End If;
1304: ec_debug.pop('ECE_AR_TRANSACTION.GET_CURRENCY_CODE');
1305: return base_currency_code;