DBA Data[Home] [Help]

APPS.XTR_AUTO_RECONCILIATION dependencies on XTR_SOURCE_OF_IMPORTS_V

Line 10: from xtr_source_of_imports_v sim,

6: select sim.verification_method,
7: are.import_reference,
8: itr.currency,
9: itr.account_number
10: from xtr_source_of_imports_v sim,
11: xtr_available_for_recon_v are,
12: xtr_import_trailer_details_v itr
13: where sim.source = itr.source
14: AND are.import_reference = itr.import_reference

Line 24: from xtr_source_of_imports_v sim,

20: select distinct sim.verification_method,
21: are.import_reference,
22: itr.currency,
23: itr.account_number
24: from xtr_source_of_imports_v sim,
25: xtr_available_for_recon_v are,
26: xtr_import_trailer_details_v itr,
27: XTR_PAY_REC_RECONCILIATION_V prr
28: where sim.source = itr.source