DBA Data[Home] [Help]

APPS.GL_FLEXFIELDS_PKG dependencies on FND_ID_FLEX_STRUCTURES_VL

Line 153: FROM fnd_id_flex_structures_vl

149: coa_name VARCHAR2(30) ;
150: BEGIN
151: SELECT id_flex_structure_name
152: INTO coa_name
153: FROM fnd_id_flex_structures_vl
154: WHERE application_id=101
155: AND id_flex_code='GL#'
156: AND id_flex_num=coa_id;
157: