DBA Data[Home] [Help]

APPS.WIP_MTLPROC_PRIV dependencies on WIP_PARAMETERS

Line 688: from wip_parameters

684: -- for including or excluding component_yield_factor
685:
686: select nvl(include_component_yield,1)
687: into l_include_yield
688: from wip_parameters
689: where organization_id = p_issueRec.orgID ;
690:
691: -- bug 5491202 end changes
692: