DBA Data[Home] [Help]

APPS.AP_TURNOVER_RPT_PKG dependencies on AP_SYSTEM_PARAMETERS

Line 88: gc_prepay_invoice_from := gc_prepay_invoice_from ||' ,ap_system_parameters asps';

84: gc_prepay_invoice_select := gc_prepay_invoice_select ||' THEN ac.check_date END) ';
85:
86: gc_prepay_invoice_from := gc_prepay_invoice_from ||' ap_invoice_payments aip';
87: gc_prepay_invoice_from := gc_prepay_invoice_from ||' ,ap_checks ac';
88: gc_prepay_invoice_from := gc_prepay_invoice_from ||' ,ap_system_parameters asps';
89: gc_prepay_invoice_from := gc_prepay_invoice_from ||' ,gl_code_combinations gcc';
90: --************************
91: --WHERE Clause
92: --************************

Line 176: ,ap_system_parameters asps

172: ,ap_invoice_payments aip
173: ,ap_checks ac
174: ,ap_payment_history aph
175: ,ap_lookup_codes alc
176: ,ap_system_parameters asps
177: ,xla_events xe
178: ,xla_distribution_links xdl
179: ,xla_ae_lines xal
180: ,xla_ae_headers xah