DBA Data[Home] [Help]

APPS.ICX_POR_EXTRACTOR dependencies on FND_ID_FLEX_STRUCTURES

Line 249: from fnd_id_flex_structures f,

245: -- Bug#2273120 - srmani : Message to Recompile FlexFields.
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

Line 280: from fnd_id_flex_structures f,

276: -- Bug#2273120 - srmani : Message to Recompile FlexFields.
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