DBA Data[Home] [Help]

APPS.HR_CN_API dependencies on FND_DESCR_FLEX_COL_USAGE_TL

Line 1217: from fnd_descr_flex_col_usage_tl t,

1213: RETURN VARCHAR2 IS
1214:
1215: CURSOR cur_prompt IS
1216: select t.form_left_prompt
1217: from fnd_descr_flex_col_usage_tl t,
1218: fnd_descr_flex_column_usages b
1219: where t.application_id in (800, 801)
1220: and b.application_id = t.application_id
1221: and t.descriptive_flexfield_name = b.descriptive_flexfield_name