DBA Data[Home] [Help]

APPS.WIP_WIPLBOSP_XMLP_PKG dependencies on FND_ID_FLEX_STRUCTURES

Line 67: FROM fnd_id_flex_structures fifst

63: FUNCTION BEFOREREPORT RETURN BOOLEAN IS
64: BEGIN
65: SELECT fifst.id_flex_num
66: into p_item_flex_num
67: FROM fnd_id_flex_structures fifst
68: WHERE fifst.application_id = 401
69: AND fifst.id_flex_code = 'MSTK'
70: AND fifst.enabled_flag = 'Y'
71: AND fifst.freeze_flex_definition_flag = 'Y'