DBA Data[Home] [Help]

APPS.BOM_CSTRCTCR_XMLP_PKG dependencies on FND_ID_FLEX_STRUCTURES

Line 23: FROM fnd_id_flex_structures fifst

19:
20: FUNCTION BEFOREREPORT RETURN BOOLEAN IS
21: CURSOR c1 IS
22: SELECT fifst.id_flex_num
23: FROM fnd_id_flex_structures fifst
24: WHERE fifst.application_id = 401
25: AND fifst.id_flex_code = 'MSTK'
26: AND fifst.enabled_flag = 'Y'
27: AND fifst.freeze_flex_definition_flag = 'Y'