DBA Data[Home] [Help]

APPS.OTA_TRAINING_PLAN_UPGRADE dependencies on FND_DESCRIPTIVE_FLEXS

Line 69: FROM fnd_descriptive_flexs

65: and Enabled_Flag = 'Y';
66:
67: Cursor Csr_Segment_exists(p_context_name in varchar2) is
68: SELECT 'Y'
69: FROM fnd_descriptive_flexs
70: WHERE application_id = 810
71: AND descriptive_flexfield_name = p_context_name ;
72:
73: Begin