AP Invoice Approval Status Tracking:
Invoice Validation
Invoice Approval Workflow
select a.invoice_id,a.invoice_num, a.invoice_amount, a.approval_ready_flag, a.approval_iteration, a.wfapproval_status
from
ap_invoices_all a
where invoice_num = 'INV_TEST_2' ;
select * from
ap_inv_aprvl_hist_all
where invoice_id = 53931065 ;
select * from
wf_notifications
where item_key like '53931065%'
and message_type = 'APINVAPR';
Invoice Validation
Invoice Approval Workflow
select a.invoice_id,a.invoice_num, a.invoice_amount, a.approval_ready_flag, a.approval_iteration, a.wfapproval_status
from
ap_invoices_all a
where invoice_num = 'INV_TEST_2' ;
select * from
ap_inv_aprvl_hist_all
where invoice_id = 53931065 ;
select * from
wf_notifications
where item_key like '53931065%'
and message_type = 'APINVAPR';
No comments:
Post a Comment