DBA Data[Home] [Help]

APPS.WMS_TASK_LOAD dependencies on V$NLS_PARAMETERS

Line 7075: from v$nls_parameters

7071:
7072: --bug 6651517
7073: select value
7074: into l_value
7075: from v$nls_parameters
7076: where parameter = 'NLS_NUMERIC_CHARACTERS';
7077:
7078: -- p_trx_qty was passed in transaction_uom, need to convert it to primary_uom
7079: IF (l_debug = 1) THEN