DBA Data[Home] [Help]

APPS.GL_FLEXFIELDS_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 48: fnd_segment_attribute_values av

44: FUNCTION get_account_segment(coa_id NUMBER) RETURN VARCHAR2 IS
45: CURSOR get_acct_seg IS
46: SELECT fs.segment_name
47: FROM fnd_id_flex_segments fs,
48: fnd_segment_attribute_values av
49: WHERE fs.application_column_name = av.application_column_name
50: AND av.id_flex_code = 'GL#'
51: AND fs.id_flex_code = av.id_flex_code
52: AND av.id_flex_num = coa_id