DBA Data[Home] [Help]

APPS.GL_FC_XLATE_PKG dependencies on GL_TRANSLATION_TRACKING

Line 190: from gl_translation_tracking tt

186: and l.ledger_id = lsa.ledger_id
187: and l.object_type_code = 'L'
188: and not exists
189: (select 1
190: from gl_translation_tracking tt
191: where tt.ledger_id = l.ledger_id
192: and tt.target_currency = tcurr_code
193: and tt.bal_seg_value = bal_seg_val);
194:

Line 203: from gl_translation_tracking tt

199: and l.ledger_id = lsa.ledger_id
200: and l.object_type_code = 'L'
201: and not exists
202: (select 1
203: from gl_translation_tracking tt
204: where tt.ledger_id = l.ledger_id
205: and tt.target_currency = tcurr_code);
206:
207: BEGIN