DBA Data[Home] [Help]

APPS.WIP_FLOWUTIL_PRIV dependencies on FND_PROFILE

Line 640: l_seeEngItem := to_number(fnd_profile.value('WIP_SEE_ENG_ITEMS'));

636: null; -- no substitution record
637: end;
638:
639: begin
640: l_seeEngItem := to_number(fnd_profile.value('WIP_SEE_ENG_ITEMS'));
641: exception
642: when others then
643: l_seeEngItem := 2; -- default to not an engineering item
644: end;