DBA Data[Home] [Help]

APPS.PO_POXPOPAR_XMLP_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 138: , fnd_segment_attribute_values fsa1

134: SELECT fsa1.application_column_name , fsa2.application_column_name into
135: lex_cost_center,lex_company_name
136: FROM gl_sets_of_books gsb
137: , financials_system_parameters fsp
138: , fnd_segment_attribute_values fsa1
139: , fnd_segment_attribute_values fsa2
140: WHERE gsb.set_of_books_id = fsp.set_of_books_id
141: AND fsa1.id_flex_code = 'GL#'
142: AND fsa1.id_flex_num = gsb.chart_of_accounts_id

Line 139: , fnd_segment_attribute_values fsa2

135: lex_cost_center,lex_company_name
136: FROM gl_sets_of_books gsb
137: , financials_system_parameters fsp
138: , fnd_segment_attribute_values fsa1
139: , fnd_segment_attribute_values fsa2
140: WHERE gsb.set_of_books_id = fsp.set_of_books_id
141: AND fsa1.id_flex_code = 'GL#'
142: AND fsa1.id_flex_num = gsb.chart_of_accounts_id
143: AND fsa1.segment_attribute_type = 'FA_COST_CTR'