DBA Data[Home] [Help]

APPS.WIP_WIPDJDSP_XMLP_PKG dependencies on FND_ID_FLEX_STRUCTURES

Line 12: FROM fnd_id_flex_structures fifst

8: select id_flex_num_cl
9: into item_id_flex_num
10: from(
11: SELECT fifst.id_flex_num id_flex_num_cl
12: FROM fnd_id_flex_structures fifst
13: WHERE fifst.application_id = 401
14: AND fifst.id_flex_code = 'MSTK'
15: AND fifst.enabled_flag = 'Y'
16: AND fifst.freeze_flex_definition_flag = 'Y'