DBA Data[Home] [Help]

APPS.GMF_FND_GET_SEGMENT_DTL dependencies on GL_SETS_OF_BOOKS

Line 13: gl_sets_of_books GLS,

9: FND.segment_num,
10: ATT.segment_attribute_type,
11: ATT.attribute_value
12: FROM fnd_id_flex_segments FND,
13: gl_sets_of_books GLS,
14: fnd_segment_attribute_values ATT
15: WHERE GLS.name = NVL(sobname,GLS.name)
16: AND GLS.chart_of_accounts_id = FND.id_flex_num
17: AND LOWER(FND.segment_name) = LOWER(NVL(segmentname,FND.segment_name)) AND FND.segment_num = NVL(segmentnum, FND.segment_num)