DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_PKG1 dependencies on AP_EXTRACT_INVOICE_DTLS_BC_V

Line 2889: FROM ap_extract_invoice_dtls_bc_v apext -- Bug 5500126

2885: WHERE encumbrance_type_KEY = 'Invoices') encumbrance_type_id,
2886: --pa_utils2.get_gl_period_name(apd.accounting_date,apd.org_id)
2887: apext.aid_period_name period_name,
2888: apext.AID_PARENT_REVERSAL_ID parent_reversal_id -- Bug 5406690
2889: FROM ap_extract_invoice_dtls_bc_v apext -- Bug 5500126
2890: WHERE apext.aid_invoice_dist_id IN (select Column_Value from Table(g_ap_inv_dist_id))
2891: AND apext.event_id in ( SELECT event_id FROM psa_bc_xla_events_gt)
2892: AND (p_bc_mode ='C'
2893: OR (apext.aid_line_type_lookup_code <> 'PREPAY' AND p_bc_mode <>'C')) -- Bug 5238282