DBA Data[Home] [Help]

APPS.FUN_MULTI_SYSTEM_WF_PKG dependencies on FUN_WF_COMMON

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

238: 'BATCH_ID');
239:
240: -- We only need to check if invoice is required and set the
241: -- flag in fun_trx_headers table.
242: fun_wf_common.set_invoice_reqd_flag(p_batch_id => l_batch_id,
243: x_return_status => l_sts);
244:
245: -- no result needed
246: resultout := 'COMPLETE';