DBA Data[Home] [Help]

APPS.ICX_POR_EXTRACTOR dependencies on MTL_DEFAULT_SETS_VIEW

Line 250: mtl_default_sets_view m

246: -- Check if flex field 'Item Category' is compiled successfully
247: select nvl(f.freeze_flex_definition_flag, 'N')
248: into xFlexFrozenFlag
249: from fnd_id_flex_structures f,
250: mtl_default_sets_view m
251: where f.application_id = 401
252: and f.id_flex_code = 'MCAT'
253: and f.id_flex_num = m.structure_id
254: and m.functional_area_id = 2;

Line 281: mtl_default_sets_view m

277: -- Check if flex field 'System Items' is compiled successfully
278: select nvl(f.freeze_flex_definition_flag, 'N')
279: into xFlexFrozenFlag
280: from fnd_id_flex_structures f,
281: mtl_default_sets_view m
282: where f.application_id = 401
283: and f.id_flex_code = 'MSTK'
284: and f.id_flex_num = 101
285: and rownum = 1;