DBA Data[Home] [Help]

APPS.OTA_CLASSIC_UPGRADE dependencies on FND_DESCRIPTIVE_FLEXS

Line 2747: FROM fnd_descriptive_flexs

2743: and Descriptive_FLexfield_Name = 'OTA_ACTIVITY_DEFINITIONS'
2744: and Enabled_Flag = 'Y';
2745:
2746: Cursor Csr_Segment_exists(p_context_name in varchar2) is SELECT 'Y'
2747: FROM fnd_descriptive_flexs
2748: WHERE application_id = 810
2749: AND descriptive_flexfield_name = p_context_name ;
2750:
2751: Begin