DBA Data[Home] [Help]

APPS.FUN_MULTI_SYSTEM_WF_PKG dependencies on FUN_WF_COMMON

Line 251: fun_wf_common.set_invoice_reqd_flag(p_batch_id => l_batch_id,

247: 'BATCH_ID');
248:
249: -- We only need to check if invoice is required and set the
250: -- flag in fun_trx_headers table.
251: fun_wf_common.set_invoice_reqd_flag(p_batch_id => l_batch_id,
252: x_return_status => l_sts);
253:
254: -- no result needed
255: resultout := 'COMPLETE';