DBA Data[Home] [Help]

APPS.PER_PEOPLE3_PKG dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 123: where exists( select 1 from fnd_descr_flex_column_usages fdfc

119: ,p_people_ddf_exists IN OUT NOCOPY VARCHAR2) is
120: cursor ddf is
121: select 'Y'
122: from sys.dual
123: where exists( select 1 from fnd_descr_flex_column_usages fdfc
124: where fdfc.APPLICATION_ID = 800
125: and fdfc.DESCRIPTIVE_FLEXFIELD_NAME = 'PER_PEOPLE'
126: and fdfc.enabled_flag = 'Y');
127: begin