DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WORK_PUB dependencies on IEX_STRATEGY_WORK_PUB

Line 1: package body IEX_STRATEGY_WORK_PUB as

1: package body IEX_STRATEGY_WORK_PUB as
2: --$Header: iexpstmb.pls 120.19.12010000.1 2008/07/29 10:03:18 appldev ship $
3: ----------- procedure check_work_items_completed ------------------------------
4: /**
5: * check to see if there are any pending

Line 1280: wf_core.context('IEX_STRATEGY_WORK_PUB','wf_send_signal',itemtype,

1276: -- IF PG_DEBUG < 10 THEN
1277: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
1278: iex_debug_pub.logmessage('wf_send_signal: ' || 'error message is ' || l_error);
1279: END IF;
1280: wf_core.context('IEX_STRATEGY_WORK_PUB','wf_send_signal',itemtype,
1281: itemkey,to_char(actid),funcmode,l_error);
1282: raise;
1283:
1284: WHEN OTHERS THEN

Line 1286: wf_core.context('IEX_STRATEGY_WORK_PUB','wf_send_signal',itemtype,

1282: raise;
1283:
1284: WHEN OTHERS THEN
1285:
1286: wf_core.context('IEX_STRATEGY_WORK_PUB','wf_send_signal',itemtype,
1287: itemkey,to_char(actid),funcmode);
1288: raise;
1289:
1290:

Line 1531: wf_core.context('IEX_STRATEGY_WORK_PUB','check_dunning',itemtype,

1527: end if;
1528: EXCEPTION
1529: WHEN OTHERS THEN
1530: result := 'COMPLETE:' || 'N';
1531: wf_core.context('IEX_STRATEGY_WORK_PUB','check_dunning',itemtype,
1532: itemkey,to_char(actid),funcmode);
1533: raise;
1534: end check_dunning;
1535:

Line 2255: wf_core.context('IEX_STRATEGY_WORK_PUB','wait_on_hold_signal',itemtype,

2251: END IF;
2252: exception
2253: when others then
2254: result := wf_engine.eng_completed ||':'||wf_no;
2255: wf_core.context('IEX_STRATEGY_WORK_PUB','wait_on_hold_signal',itemtype,
2256: itemkey,to_char(actid),funcmode);
2257: raise;
2258:
2259: END wait_on_hold_signal;

Line 2272: end IEX_STRATEGY_WORK_PUB;

2268: wf_yes := 'Y';
2269: wf_no := 'N';
2270: --end schekuri Bug#4506922 Date:02-Dec-2005
2271:
2272: end IEX_STRATEGY_WORK_PUB;
2273: