DBA Data[Home] [Help]

APPS.JG_ZZ_RTCE_DT_PKG dependencies on GL_LEDGERS

Line 127: ,gl_ledgers gl

123: SELECT repent.ledger_id
124: ,repent.balancing_segment_value
125: ,gl.chart_of_accounts_id
126: FROM jg_zz_vat_rep_entities repent
127: ,gl_ledgers gl
128: WHERE vat_reporting_entity_id = P_REPORTING_ENTITY_ID AND
129: gl.ledger_id = repent.ledger_id;
130:
131: lv_count NUMBER default 0 ;

Line 305: gl_ledgers gl

301:
302: SELECT application_column_name
303: INTO l_segment
304: FROM fnd_segment_attribute_values ,
305: gl_ledgers gl
306: WHERE id_flex_code = 'GL#'
307: AND attribute_value = 'Y'
308: AND segment_attribute_type = 'GL_BALANCING'
309: AND application_id = 101