DBA Data[Home] [Help]

APPS.FV_SF1080_TRANSACTION dependencies on GL_CODE_COMBINATIONS

Line 492: GL_CODE_COMBINATIONS glc

488: decode(glc.segment29,null,null,'.'||glc.segment29)||
489: decode(glc.segment30,null,null,'.'||glc.segment30)
490: INTO segment
491: FROM RA_CUST_TRX_LINE_GL_DIST rld,
492: GL_CODE_COMBINATIONS glc
493: WHERE rld.customer_trx_id =
494: TS_REPORT_HEADER_ENTRY.CUSTOMER_TRX_ID
495: AND rld.account_class = 'REC'
496: AND rld.code_combination_id = glc.code_combination_id;