DBA Data[Home] [Help]

APPS.WIP_FLOWUTIL_PRIV dependencies on FND_PROFILE

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

605: null; -- no substitution record
606: end;
607:
608: begin
609: l_seeEngItem := to_number(fnd_profile.value('WIP_SEE_ENG_ITEMS'));
610: exception
611: when others then
612: l_seeEngItem := 2; -- default to not an engineering item
613: end;