DBA Data[Home] [Help]

APPS.WIP_WIPUTVAL_XMLP_PKG dependencies on FND_ID_FLEX_STRUCTURES

Line 6: FROM fnd_id_flex_structures fifst

2: /* $Header: WIPUTVALB.pls 120.2 2008/02/28 08:11:54 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'