DBA Data[Home] [Help]

APPS.AR_DEP_BAL_RPT_PKG dependencies on GL_CODE_COMBINATIONS

Line 101: FROM gl_code_combinations GCC

97: BEGIN
98: IF p_segment LIKE '%SEGMENT%' THEN
99: SELECT DISTINCT FFV.description
100: INTO lc_value_desc
101: FROM gl_code_combinations GCC
102: ,fnd_id_flex_structures FFS
103: ,fnd_id_flex_segments FSEG
104: ,fnd_flex_values_vl FFV
105: WHERE GCC.chart_of_accounts_id = FFS.id_flex_num

Line 172: ,gl_code_combinations GCC

168: ,ra_cust_trx_line_gl_dist_all RCTD
169: ,ra_cust_trx_types_all RCTT
170: ,hz_cust_accounts HCA
171: ,hz_parties HZP
172: ,gl_code_combinations GCC
173: ,ar_adjustments_all ARA
174: ,ar_distributions_all ARD
175: WHERE RCT.initial_customer_trx_id = p_customer_trx_id
176: AND RCTD.customer_trx_id = RCT.customer_trx_id