DBA Data[Home] [Help]

APPS.EAM_PARAMETERS_PUB dependencies on MTL_PARAMETERS

Line 214: from mtl_parameters where

210: is
211: l_count number :=0;
212: begin
213: select count(*) into l_count
214: from mtl_parameters where
215: organization_id = p_organization_id
216: and NVL(eam_enabled_flag,'N') = 'Y';
217:
218: if l_count = 0