DBA Data[Home] [Help]

APPS.WIP_FLOW_UTILITIES dependencies on FND_PROFILE

Line 85: x_see_eng_item := to_number(fnd_profile.value('WIP_SEE_ENG_ITEMS'));

81:
82:
83: -- Get the WIP profile for the whole section
84: begin
85: x_see_eng_item := to_number(fnd_profile.value('WIP_SEE_ENG_ITEMS'));
86:
87: exception
88: when others then
89: x_see_eng_item := 2; --Default to not an engineering item

Line 725: x_see_eng_item := to_number(fnd_profile.value('WIP_SEE_ENG_ITEMS'));

721: begin
722:
723: -- Get the WIP profile for the whole section
724: begin
725: x_see_eng_item := to_number(fnd_profile.value('WIP_SEE_ENG_ITEMS'));
726:
727: exception
728: when others then
729: x_see_eng_item := 2; --Default to not an engineering item