DBA Data[Home] [Help]

APPS.BOM_CSTRDICR_XMLP_PKG dependencies on FND_ID_FLEX_STRUCTURES

Line 10: FROM fnd_id_flex_structures fifst

6: P_CONC_REQUEST_ID := FND_GLOBAL.CONC_REQUEST_ID;
7: BEGIN
8: SELECT fifst.id_flex_num
9: into L_NUM
10: FROM fnd_id_flex_structures fifst
11: WHERE fifst.application_id = 401
12: AND fifst.id_flex_code = 'MSTK'
13: AND fifst.enabled_flag = 'Y'
14: AND fifst.freeze_flex_definition_flag = 'Y'