E-Business Suite R12 – SQLs úteis – Chart of accounts, SOB e accounting flexfield segments
Chart of accounts, SOB e accounting flexfield segments Boa tarde pessoal ! Abaixo um SQL que já me quebrou um galho algumas vezes. Ele mostra o Chart of Account, SOB e os Accounts flexfield segments e seus atributos: SELECT sob.name sob_name ,sob.set_of_books_id sob_id ,sob.chart_of_accounts_id coa_id ,fifst.id_flex_structure_name struct_name ,ifs.segment_name ,ifs.application_column_name column_name … Ler mais