DBA Data[Home] [Help]

APPS.BEN_ELEMENT_ENTRY dependencies on FND_CURRENCIES

Line 926: FROM fnd_currencies fc

922: )
923: ), ' ' --left trim white space.
924: )
925: INTO changed_val
926: FROM fnd_currencies fc
927: WHERE fc.currency_code = p_curr_code;
928:
929: return to_number(changed_val);
930: