DBA Data[Home] [Help]

APPS.IEX_TERR_PUB dependencies on WF_EVENT

Line 49: p_event in out NOCOPY wf_event_t)

45: **/
46:
47: FUNCTION party_check
48: ( p_subscription_guid in raw,
49: p_event in out NOCOPY wf_event_t)
50: return varchar2
51:
52: is
53: l_key varchar2(240) := p_event.GetEventKey();

Line 100: WF_EVENT.setErrorInfo(p_event, 'ERROR');

96: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
97: iex_debug_pub.logmessage ('party_check: ' || 'raised exe error');
98: END IF;
99: WF_CORE.CONTEXT('IEX_TERR_PUB', 'party_check', p_event.getEventName(), p_subscription_guid);
100: WF_EVENT.setErrorInfo(p_event, 'ERROR');
101: RETURN 'ERROR';
102: WHEN OTHERS THEN
103: logmessage ('exception others party_check: ' || 'EVENT NAME =>'||p_event.getEventName());
104: WF_CORE.CONTEXT('IEX_TERR_PUB', 'party_check', p_event.getEventName(), p_subscription_guid);

Line 105: WF_EVENT.setErrorInfo(p_event, 'ERROR');

101: RETURN 'ERROR';
102: WHEN OTHERS THEN
103: logmessage ('exception others party_check: ' || 'EVENT NAME =>'||p_event.getEventName());
104: WF_CORE.CONTEXT('IEX_TERR_PUB', 'party_check', p_event.getEventName(), p_subscription_guid);
105: WF_EVENT.setErrorInfo(p_event, 'ERROR');
106: RETURN 'ERROR';
107:
108: END party_check;
109:

Line 117: p_event in out NOCOPY wf_event_t)

113: * oracle.apps.ar.hz.PartySite.create
114: **/
115: FUNCTION partysite_check
116: ( p_subscription_guid in raw,
117: p_event in out NOCOPY wf_event_t)
118: return varchar2
119: is
120: l_key varchar2(240) := p_event.GetEventKey();
121: x_return_status VARCHAR2(10) ;

Line 154: WF_EVENT.setErrorInfo(p_event, 'ERROR');

150: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
151: iex_debug_pub.logmessage ('partysite_check: ' || 'raised exe error');
152: END IF;
153: WF_CORE.CONTEXT('IEX_TERR_PUB', 'partysite_check', p_event.getEventName(), p_subscription_guid);
154: WF_EVENT.setErrorInfo(p_event, 'ERROR');
155: RETURN 'ERROR';
156: WHEN OTHERS THEN
157: logmessage ('exception others partysite_check: ' || 'EVENT NAME =>'||p_event.getEventName());
158: WF_CORE.CONTEXT('IEX_TERR_PUB', 'partysite_check', p_event.getEventName(), p_subscription_guid);

Line 159: WF_EVENT.setErrorInfo(p_event, 'ERROR');

155: RETURN 'ERROR';
156: WHEN OTHERS THEN
157: logmessage ('exception others partysite_check: ' || 'EVENT NAME =>'||p_event.getEventName());
158: WF_CORE.CONTEXT('IEX_TERR_PUB', 'partysite_check', p_event.getEventName(), p_subscription_guid);
159: WF_EVENT.setErrorInfo(p_event, 'ERROR');
160: RETURN 'ERROR';
161:
162:
163: END partysite_check;

Line 171: p_event in out NOCOPY wf_event_t)

167: * oracle.apps.ar.hz.PartySiteUse.create
168: **/
169: FUNCTION partysiteuse_check
170: ( p_subscription_guid in raw,
171: p_event in out NOCOPY wf_event_t)
172: return varchar2
173: is
174: l_key varchar2(240) := p_event.GetEventKey();
175: x_return_status VARCHAR2(10) ;

Line 211: WF_EVENT.setErrorInfo(p_event, 'ERROR');

207: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
208: iex_debug_pub.logmessage ('partysiteuse_check: ' || 'raised exe error');
209: END IF;
210: WF_CORE.CONTEXT('IEX_TERR_PUB', 'partysiteuse_check', p_event.getEventName(), p_subscription_guid);
211: WF_EVENT.setErrorInfo(p_event, 'ERROR');
212: RETURN 'ERROR';
213: WHEN OTHERS THEN
214: logmessage ('Exception Others partysiteuse_check: ' || 'EVENT NAME =>'||p_event.getEventName());
215: WF_CORE.CONTEXT('IEX_TERR_PUB', 'partysite_check', p_event.getEventName(), p_subscription_guid);

Line 216: WF_EVENT.setErrorInfo(p_event, 'ERROR');

212: RETURN 'ERROR';
213: WHEN OTHERS THEN
214: logmessage ('Exception Others partysiteuse_check: ' || 'EVENT NAME =>'||p_event.getEventName());
215: WF_CORE.CONTEXT('IEX_TERR_PUB', 'partysite_check', p_event.getEventName(), p_subscription_guid);
216: WF_EVENT.setErrorInfo(p_event, 'ERROR');
217: RETURN 'ERROR';
218:
219:
220: END partysiteuse_check;

Line 228: p_event in out NOCOPY wf_event_t)

224: * oracle.apps.ar.hz.location.create
225: **/
226: FUNCTION location_check
227: ( p_subscription_guid in raw,
228: p_event in out NOCOPY wf_event_t)
229: return varchar2
230: is
231: l_key varchar2(240) := p_event.GetEventKey();
232: x_return_status VARCHAR2(10) ;

Line 267: WF_EVENT.setErrorInfo(p_event, 'ERROR');

263: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
264: iex_debug_pub.logmessage ('location_check: ' || 'raised exe error');
265: END IF;
266: WF_CORE.CONTEXT('IEX_TERR_PUB', 'location_check', p_event.getEventName(), p_subscription_guid);
267: WF_EVENT.setErrorInfo(p_event, 'ERROR');
268: RETURN 'ERROR';
269: WHEN OTHERS THEN
270: logmessage ('Exception Others location_check: ' || 'EVENT NAME =>'||p_event.getEventName());
271: WF_CORE.CONTEXT('IEX_TERR_PUB', 'location_check', p_event.getEventName(), p_subscription_guid);

Line 272: WF_EVENT.setErrorInfo(p_event, 'ERROR');

268: RETURN 'ERROR';
269: WHEN OTHERS THEN
270: logmessage ('Exception Others location_check: ' || 'EVENT NAME =>'||p_event.getEventName());
271: WF_CORE.CONTEXT('IEX_TERR_PUB', 'location_check', p_event.getEventName(), p_subscription_guid);
272: WF_EVENT.setErrorInfo(p_event, 'ERROR');
273: RETURN 'ERROR';
274:
275: END location_check;
276:

Line 282: p_event in out NOCOPY wf_event_t)

278: * oracle.apps.ar.hz.CustAccount.create
279: **/
280: FUNCTION account_check
281: ( p_subscription_guid in raw,
282: p_event in out NOCOPY wf_event_t)
283: return varchar2
284: is
285: l_key varchar2(240) := p_event.GetEventKey();
286: x_return_status VARCHAR2(10);

Line 491: WF_EVENT.setErrorInfo(p_event, 'ERROR');

487: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
488: iex_debug_pub.logmessage ('account_check: ' || 'raised exe error');
489: END IF;
490: WF_CORE.CONTEXT('IEX_TERR_PUB', 'account_check', p_event.getEventName(), p_subscription_guid);
491: WF_EVENT.setErrorInfo(p_event, 'ERROR');
492: RETURN 'ERROR';
493: WHEN OTHERS THEN
494: logmessage ('Exception Others account_check: ' || 'EVENT NAME =>'||p_event.getEventName());
495: WF_CORE.CONTEXT('IEX_TERR_PUB', 'account_check', p_event.getEventName(), p_subscription_guid);

Line 496: WF_EVENT.setErrorInfo(p_event, 'ERROR');

492: RETURN 'ERROR';
493: WHEN OTHERS THEN
494: logmessage ('Exception Others account_check: ' || 'EVENT NAME =>'||p_event.getEventName());
495: WF_CORE.CONTEXT('IEX_TERR_PUB', 'account_check', p_event.getEventName(), p_subscription_guid);
496: WF_EVENT.setErrorInfo(p_event, 'ERROR');
497: RETURN 'ERROR';
498:
499: END account_check;
500:

Line 506: p_event in out NOCOPY wf_event_t)

502: *
503: **/
504: FUNCTION profile_check
505: ( p_subscription_guid in raw,
506: p_event in out NOCOPY wf_event_t)
507: return varchar2
508: is
509: l_key varchar2(240) := p_event.GetEventKey();
510: x_return_status VARCHAR2(10):='S';

Line 586: WF_EVENT.setErrorInfo(p_event, 'ERROR');

582: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
583: iex_debug_pub.logmessage ('profile_check: ' || 'raised exe error');
584: END IF;
585: WF_CORE.CONTEXT('IEX_TERR_PUB', 'profile_check', p_event.getEventName(), p_subscription_guid);
586: WF_EVENT.setErrorInfo(p_event, 'ERROR');
587: RETURN 'ERROR';
588: WHEN OTHERS THEN
589: logmessage ('exception others profile_check: ' || 'EVENT NAME =>'||p_event.getEventName());
590: WF_CORE.CONTEXT('IEX_TERR_PUB', 'profile_check', p_event.getEventName(), p_subscription_guid);

Line 591: WF_EVENT.setErrorInfo(p_event, 'ERROR');

587: RETURN 'ERROR';
588: WHEN OTHERS THEN
589: logmessage ('exception others profile_check: ' || 'EVENT NAME =>'||p_event.getEventName());
590: WF_CORE.CONTEXT('IEX_TERR_PUB', 'profile_check', p_event.getEventName(), p_subscription_guid);
591: WF_EVENT.setErrorInfo(p_event, 'ERROR');
592: RETURN 'ERROR';
593:
594:
595: END profile_check;

Line 602: p_event in out NOCOPY wf_event_t)

598: * oracle.apps.ar.hz.CustProfileAmt.create
599: **/
600: FUNCTION profileamt_check
601: ( p_subscription_guid in raw,
602: p_event in out NOCOPY wf_event_t)
603: return varchar2
604: is
605: l_key varchar2(240) := p_event.GetEventKey();
606: x_return_status VARCHAR2(10) ;

Line 644: WF_EVENT.setErrorInfo(p_event, 'ERROR');

640: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
641: iex_debug_pub.logmessage ('profileamt_check: ' || 'raised exe error');
642: END IF;
643: WF_CORE.CONTEXT('IEX_TERR_PUB', 'profileamt_check', p_event.getEventName(), p_subscription_guid);
644: WF_EVENT.setErrorInfo(p_event, 'ERROR');
645: RETURN 'ERROR';
646: WHEN OTHERS THEN
647: logmessage ('exception others profileamt_check: ' || 'EVENT NAME =>'||p_event.getEventName());
648: WF_CORE.CONTEXT('IEX_TERR_PUB', 'profileamt_check', p_event.getEventName(), p_subscription_guid);

Line 649: WF_EVENT.setErrorInfo(p_event, 'ERROR');

645: RETURN 'ERROR';
646: WHEN OTHERS THEN
647: logmessage ('exception others profileamt_check: ' || 'EVENT NAME =>'||p_event.getEventName());
648: WF_CORE.CONTEXT('IEX_TERR_PUB', 'profileamt_check', p_event.getEventName(), p_subscription_guid);
649: WF_EVENT.setErrorInfo(p_event, 'ERROR');
650: RETURN 'ERROR';
651:
652:
653: END profileamt_check;

Line 661: p_event in out NOCOPY wf_event_t)

657: * for CustAcctSite.create
658: **/
659: FUNCTION accountsite_check
660: ( p_subscription_guid in raw,
661: p_event in out NOCOPY wf_event_t)
662: return varchar2
663: is
664: l_key varchar2(240) := p_event.GetEventKey();
665: x_return_status VARCHAR2(10) ;

Line 699: WF_EVENT.setErrorInfo(p_event, 'ERROR');

695: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
696: iex_debug_pub.logmessage ('acctsite_check: ' || 'raised exe error');
697: END IF;
698: WF_CORE.CONTEXT('IEX_STRY_UTL_PUB', 'acctsite_check', p_event.getEventName(), p_subscription_guid);
699: WF_EVENT.setErrorInfo(p_event, 'ERROR');
700: RETURN 'ERROR';
701: WHEN OTHERS THEN
702: logmessage ('Exception others acctsite_check: ' || 'EVENT NAME =>'||p_event.getEventName());
703: WF_CORE.CONTEXT('IEX_STRY_UTL_PUB', 'acctsite_check', p_event.getEventName(), p_subscription_guid);

Line 704: WF_EVENT.setErrorInfo(p_event, 'ERROR');

700: RETURN 'ERROR';
701: WHEN OTHERS THEN
702: logmessage ('Exception others acctsite_check: ' || 'EVENT NAME =>'||p_event.getEventName());
703: WF_CORE.CONTEXT('IEX_STRY_UTL_PUB', 'acctsite_check', p_event.getEventName(), p_subscription_guid);
704: WF_EVENT.setErrorInfo(p_event, 'ERROR');
705: RETURN 'ERROR';
706:
707: END accountsite_check;
708:

Line 715: p_event in out NOCOPY wf_event_t)

711: * for oracle.apps.ar.hz.CustAcctSiteUse.create
712: **/
713: FUNCTION accountsiteuse_check
714: ( p_subscription_guid in raw,
715: p_event in out NOCOPY wf_event_t)
716: return varchar2
717: is
718: l_key varchar2(240) := p_event.GetEventKey();
719: x_return_status VARCHAR2(10);

Line 814: WF_EVENT.setErrorInfo(p_event, 'ERROR');

810: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
811: iex_debug_pub.logmessage ('acctsiteuse_check: ' || 'raised exe error');
812: END IF;
813: WF_CORE.CONTEXT('IEX_STRY_UTL_PUB', 'acctsiteuse_check', p_event.getEventName(), p_subscription_guid);
814: WF_EVENT.setErrorInfo(p_event, 'ERROR');
815: RETURN 'ERROR';
816: WHEN OTHERS THEN
817: logmessage ('Exception others acctsiteuse_check: ' || 'EVENT NAME =>'||p_event.getEventName());
818: WF_CORE.CONTEXT('IEX_STRY_UTL_PUB', 'acctsiteuse_check', p_event.getEventName(), p_subscription_guid);

Line 819: WF_EVENT.setErrorInfo(p_event, 'ERROR');

815: RETURN 'ERROR';
816: WHEN OTHERS THEN
817: logmessage ('Exception others acctsiteuse_check: ' || 'EVENT NAME =>'||p_event.getEventName());
818: WF_CORE.CONTEXT('IEX_STRY_UTL_PUB', 'acctsiteuse_check', p_event.getEventName(), p_subscription_guid);
819: WF_EVENT.setErrorInfo(p_event, 'ERROR');
820: RETURN 'ERROR';
821:
822: END accountsiteuse_check;
823:

Line 829: p_event in out NOCOPY wf_event_t)

825: * for oracle.apps.ar.hz.CustAcctSiteUse.create
826: **/
827: FUNCTION finprofile_check
828: ( p_subscription_guid in raw,
829: p_event in out NOCOPY wf_event_t)
830: return varchar2
831: is
832: l_key varchar2(240) := p_event.GetEventKey();
833: x_return_status VARCHAR2(10) ;

Line 874: WF_EVENT.setErrorInfo(p_event, 'ERROR');

870: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
871: iex_debug_pub.logmessage ('finprofile_check: ' || 'raised exe error');
872: END IF;
873: WF_CORE.CONTEXT('IEX_STRY_UTL_PUB', 'finprofile_check', p_event.getEventName(), p_subscription_guid);
874: WF_EVENT.setErrorInfo(p_event, 'ERROR');
875: RETURN 'ERROR';
876: WHEN OTHERS THEN
877: logmessage ('Exception others acctsiteuse_check: ' || 'EVENT NAME =>'||p_event.getEventName());
878: WF_CORE.CONTEXT('IEX_STRY_UTL_PUB', 'finprofile_check', p_event.getEventName(), p_subscription_guid);

Line 879: WF_EVENT.setErrorInfo(p_event, 'ERROR');

875: RETURN 'ERROR';
876: WHEN OTHERS THEN
877: logmessage ('Exception others acctsiteuse_check: ' || 'EVENT NAME =>'||p_event.getEventName());
878: WF_CORE.CONTEXT('IEX_STRY_UTL_PUB', 'finprofile_check', p_event.getEventName(), p_subscription_guid);
879: WF_EVENT.setErrorInfo(p_event, 'ERROR');
880: RETURN 'ERROR';
881:
882: END finprofile_check;
883: