DBA Data[Home] [Help]

APPS.GL_REP_ATTRIBUTES dependencies on FND_ID_FLEX_STRUCTURES_VL

Line 489: FROM fnd_id_flex_structures_vl

485:
486: DECLARE
487: CURSOR c_other_coas IS
488: SELECT id_flex_num
489: FROM fnd_id_flex_structures_vl
490: WHERE application_id = 101
491: AND id_flex_code = 'GLAT'
492: AND id_flex_num <> p_coa_id;
493: