DBA Data[Home] [Help]

APPS.GL_GLXRLSEG_XMLP_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 58: from fnd_segment_attribute_values

54: and fst.language = userenv('LANG');
55:
56: select attribute_value
57: into printswitch
58: from fnd_segment_attribute_values
59: where application_id = 101
60: and id_flex_code = 'GL#'
61: and id_flex_num = P_STRUCT_NUM
62: and segment_attribute_type = 'GL_ACCOUNT'