erp oracle account segment
單一節段的代碼說明
gl_flexfields_pkg.get_description_sql(chart_of_accounts_id,--- chart of account id
1,----- Position of segment
segment1 ---- Segment value
);
整段會計科目的說明
gl_flexfields_pkg.get_concat_description(chart_of_accounts_id,
code_combination_id
);