Query to get description of GL Code Combination
•By Amol Jadhav
Query to get description of GL Code Combination
Oracle Apps EBS sql to get description of GL Code Combination
SQL Querysql
1SELECT GCC.CONCATENATED_SEGMENTS ACCOUNT,
2 GL_FLEXFIELDS_PKG.GET_CONCAT_DESCRIPTION (GCC.CHART_OF_ACCOUNTS_ID,
3 GCC.CODE_COMBINATION_ID)
4 DESCRIPTION
5 FROM GL_CODE_COMBINATIONS_KFV GCC
6 WHERE gcc.CODE_COMBINATION_ID = 2003Related posts:
- View accounting query in oracle apps R12
- Query to get AR invoice SLA and GL details
- Accounting entries not transferred to the General Ledger
- Query to find all APIs of Oracle Apps modules
- R12 AR cash receipt SLA and GL details query
- Oracle apps AR Applications and SLA details
- Oracle EBS query to get AP Invoice SLA Details
- Oracle EBS query to get AR Invoice SLA Details
- Oracle AR Remit to address query
- Oracle Apps iExpense credit card details query
- Query to get customer tax registration details in R12
- Purchase Requisition Vertex debug xml query in Oracle EBS