DBA Data[Home] [Help]

APPS.JTF_AGENDA_CALCULATIONS dependencies on FND_PROFILE

Line 409: l_margin := to_number( fnd_profile.value(

405: if c_max%found
406: and l_dif is not null
407: then
408: /* get margin profile option */
409: l_margin := to_number( fnd_profile.value(
410: 'CSF_RESOURCE_PROGRESS_STATUS') );
411: if l_margin is null
412: or sqlcode <> 0
413: then