DBA Data[Home] [Help]

APPS.FUN_INITIATOR_WF_PKG dependencies on FUN_INITIATOR_WF_PKG

Line 1: PACKAGE BODY FUN_INITIATOR_WF_PKG AS

1: PACKAGE BODY FUN_INITIATOR_WF_PKG AS
2: /* $Header: funwintb.pls 120.26.12010000.5 2008/09/24 11:44:03 makansal ship $ */
3:
4:
5: -- Set workflow item attributes for the process

Line 220: l_event_key :=FUN_INITIATOR_WF_PKG.generate_key(p_batch_id =>l_batch_id,

216: elsif (INSTR(l_event_name, 'oracle.apps.fun.manualtrx.approval.receive')<>0) then
217: l_status_code :='APPROVED';
218:
219: -- set the event key for the AR/GL transfer event
220: l_event_key :=FUN_INITIATOR_WF_PKG.generate_key(p_batch_id =>l_batch_id,
221: p_trx_id => l_trx_id);
222:
223: wf_engine.setitemattrtext(itemtype,
224: itemkey,

Line 270: wf_core.context('FUN_INITIATOR_WF_PKG', 'SET_ATTRIBUTES',

266:
267: -- Rcords this function call in the error system
268: -- in the case of an exception.
269:
270: wf_core.context('FUN_INITIATOR_WF_PKG', 'SET_ATTRIBUTES',
271: itemtype, itemkey, to_char(actid), funcmode);
272:
273: END SET_ATTRIBUTES;
274:

Line 381: WF_CORE.Context('FUN_INITIATOR_WF_PKG', 'UPDATE_STATUS',

377: END IF;
378:
379: EXCEPTION
380: WHEN OTHERS THEN
381: WF_CORE.Context('FUN_INITIATOR_WF_PKG', 'UPDATE_STATUS',
382: itemtype, itemkey, actid, funcmode);
383: RAISE;
384:
385:

Line 919: wf_core.context('FUN_INITIATOR_WF_PKG', 'TRANSFER_AR',

915:
916: WHEN OTHERS THEN
917: -- Rcords this function call in the error system
918: -- in the case of an exception.
919: wf_core.context('FUN_INITIATOR_WF_PKG', 'TRANSFER_AR',
920: itemtype, itemkey, to_char(actid), funcmode);
921:
922: END TRANSFER_AR;
923:

Line 1042: wf_core.context('FUN_INITIATOR_WF_PKG', 'CHECK_AR_SETUP',

1038:
1039: -- Rcords this function call in the error system
1040: -- in the case of an exception.
1041:
1042: wf_core.context('FUN_INITIATOR_WF_PKG', 'CHECK_AR_SETUP',
1043: itemtype, itemkey, to_char(actid), funcmode);
1044:
1045: RAISE;
1046:

Line 1148: l_event_key := FUN_INITIATOR_WF_PKG.GENERATE_KEY

1144: p_parameterlist=>l_parameter_list_out);
1145:
1146: -- generate the event key
1147:
1148: l_event_key := FUN_INITIATOR_WF_PKG.GENERATE_KEY
1149: (p_batch_id=>l_trans.batch_id,
1150: p_trx_id=>l_trans.trx_id);
1151:
1152:

Line 1177: wf_core.context('FUN_INITIATOR_WF_PKG', 'GET_INVOICE',

1173:
1174: -- Rcords this function call in the error system
1175: -- in the case of an exception.
1176:
1177: wf_core.context('FUN_INITIATOR_WF_PKG', 'GET_INVOICE',
1178: p_event.getEventName(), p_subscription_guid);
1179: WF_EVENT.setErrorInfo(p_event, 'ERROR');
1180: return 'ERROR';
1181:

Line 1327: wf_core.context('FUN_INITIATOR_WF_PKG', 'post_ar_invoice',

1323: RETURN;
1324:
1325: EXCEPTION
1326: WHEN OTHERS THEN
1327: wf_core.context('FUN_INITIATOR_WF_PKG', 'post_ar_invoice',
1328: itemtype, itemkey, TO_CHAR(actid), funcmode);
1329:
1330: RAISE;
1331: END post_ar_invoice;

Line 1334: END FUN_INITIATOR_WF_PKG;

1330: RAISE;
1331: END post_ar_invoice;
1332:
1333:
1334: END FUN_INITIATOR_WF_PKG;
1335: