DBA Data[Home] [Help]

APPS.FPA_PLANNINGCYCLE_PVT dependencies on NLS_SESSION_PARAMETERS

Line 297: FROM NLS_SESSION_PARAMETERS

293:
294: -- Bug Ref : 8882256
295: SELECT SUBSTR(VALUE,1,1)
296: INTO l_decimal_marker
297: FROM NLS_SESSION_PARAMETERS
298: WHERE PARAMETER = 'NLS_NUMERIC_CHARACTERS';
299:
300: -- Update the financial targets
301: -- Limit PCID

Line 1171: FROM NLS_SESSION_PARAMETERS

1167: -- Set the new pc_discount_rate
1168: -- Bug Ref : 8882256
1169: SELECT SUBSTR(VALUE,1,1)
1170: INTO l_decimal_marker
1171: FROM NLS_SESSION_PARAMETERS
1172: WHERE PARAMETER = 'NLS_NUMERIC_CHARACTERS';
1173: l_pc_discount_rate_c := REPLACE( To_Char(p_disc_funds.pc_discount_rate/100), l_decimal_marker,'.');
1174: dbms_aw.execute('pc_discount_rate_m = ' || l_pc_discount_rate_c);
1175: