DBA Data[Home] [Help]

APPS.JG_ZZ_RTCE_DT_PKG dependencies on GL_LEDGERS

Line 130: ,gl_ledgers gl

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

Line 310: gl_ledgers gl

306:
307: SELECT application_column_name
308: INTO l_segment
309: FROM fnd_segment_attribute_values ,
310: gl_ledgers gl
311: WHERE id_flex_code = 'GL#'
312: AND attribute_value = 'Y'
313: AND segment_attribute_type = 'GL_BALANCING'
314: AND application_id = 101