DBA Data[Home] [Help]

APPS.EGO_AG_BULKLOAD_PVT dependencies on FND_COLUMNS

Line 4988: FROM FND_COLUMNS

4984: END IF;--IF (l_data_type_is_trans_text)
4985:
4986: SELECT COLUMN_TYPE , WIDTH
4987: INTO l_col_data_type, l_col_width
4988: FROM FND_COLUMNS
4989: WHERE COLUMN_NAME = p_attr_tbl(i).application_column_name
4990: AND TABLE_ID = (SELECT TABLE_ID
4991: FROM FND_TABLES
4992: WHERE TABLE_NAME = l_table_name);

Line 5006: using FND_COLUMNS's TRANSLATE_FLAG column yet; but we should be, and we should

5002:
5003: /***
5004: TO DO: right now we can't verify that TransText Attributes use TL-type columns,
5005: because we can't rely on the column being named 'TL_EXT_ATTR%' and we aren't
5006: using FND_COLUMNS's TRANSLATE_FLAG column yet; but we should be, and we should
5007: add to the IF check above that if the data type is TransText and the column's
5008: TRANSLATE_FLAG isn't 'Y' then we should error out.
5009: ***/
5010: p_attr_tbl(i).process_status := G_ERROR_RECORD;