DBA Data[Home] [Help]

APPS.FUN_TRX_PUB dependencies on FUN_WF_COMMON

Line 1233: fun_wf_common.raise_wf_bus_event(l_batch_id, l_trx_id, l_wfkey, 'oracle.apps.fun.manualtrx.batch.send');

1229: Print('Val and Insert >>>>'||'Raise Business Event');
1230: select FUN_TRX_BATCHES_S.CURRVAL into l_batch_id from dual;
1231: select FUN_TRX_HEADERS_S.CURRVAL into l_trx_id from dual;
1232: l_wfkey := fun_initiator_wf_pkg.generate_key(l_batch_id, l_trx_id);
1233: fun_wf_common.raise_wf_bus_event(l_batch_id, l_trx_id, l_wfkey, 'oracle.apps.fun.manualtrx.batch.send');
1234: END IF;
1235: */
1236:
1237: END LOOP; --l_head_count

Line 1290: fun_wf_common.raise_wf_bus_event(l_batch_id,

1286: WHERE batch_id = l_batch_id;
1287:
1288: l_wfkey := fun_initiator_wf_pkg.generate_key(l_batch_id, NULL);
1289:
1290: fun_wf_common.raise_wf_bus_event(l_batch_id,
1291: NULL,
1292: l_wfkey,
1293: 'oracle.apps.fun.manualtrx.batch.send');
1294: END IF;-- p_sent ='Y'