DBA Data[Home] [Help]

APPS.BOM_CSTRELCR_XMLP_PKG dependencies on FND_ID_FLEX_STRUCTURES

Line 6: FROM fnd_id_flex_structures fifst

2: /* $Header: CSTRELCRB.pls 120.0 2007/12/24 09:58:23 dwkrishn noship $ */
3: FUNCTION BEFOREREPORT RETURN BOOLEAN IS
4: cursor c1 is
5: SELECT fifst.id_flex_num
6: FROM fnd_id_flex_structures fifst
7: WHERE fifst.application_id = 401
8: AND fifst.id_flex_code = 'MSTK'
9: AND fifst.enabled_flag = 'Y'
10: AND fifst.freeze_flex_definition_flag = 'Y'