DBA Data[Home] [Help]

APPS.PAY_SA_USER_FUNCTION dependencies on FND_NUMBER

Line 141: l_value := NVL(fnd_number.canonical_to_number(l_outputs(l_outputs.first).value),0);

137: ,p_date_earned
138: ,l_inputs
139: ,l_outputs);
140: /* Modified for the bug 7526068 */
141: l_value := NVL(fnd_number.canonical_to_number(l_outputs(l_outputs.first).value),0);
142: else
143: l_value := 0;
144: end if;
145: return(l_value);