DBA Data[Home] [Help]

APPS.GL_CHART_OF_ACCOUNTS_API_PKG dependencies on FND_ID_FLEXS

Line 109: FROM FND_ID_FLEXS

105: -- Retrieve the flexfield information required for the validation from the structure.
106: CURSOR c_flex IS
107: SELECT dynamic_inserts_feasible_flag,
108: set_defining_column_name
109: FROM FND_ID_FLEXS
110: WHERE application_id = v_application_id
111: AND id_flex_code = v_id_flex_code;*/
112:
113: BEGIN

Line 392: FND_ID_FLEXS f

388: CURSOR c_check_column_name IS
389: SELECT c.width, c.column_type
390: FROM FND_COLUMNS c,
391: FND_TABLES t,
392: FND_ID_FLEXS f
393: WHERE c.application_id = t.application_id
394: AND c.table_id = t.table_id
395: AND c.column_name = v_application_column_name
396: AND c.flexfield_usage_code = 'K'