DBA Data[Home] [Help]

APPS.AP_CANCEL_PKG dependencies on STANDARD

Line 970: and zls.event_class_code In ('STANDARD INVOICES',

966: FROM zx_lines_summary zls
967: WHERE zls.trx_id = p_invoice_id
968: and zls.application_id = 200
969: and zls.entity_code = 'AP_INVOICES'
970: and zls.event_class_code In ('STANDARD INVOICES',
971: 'PREPAYMENT INVOICES',
972: 'EXPENSE REPORTS')
973: and NVL(zls.reporting_only_flag, 'N') = 'N'
974: and nvl(zls.cancel_flag, 'N') <> 'Y'