DBA Data[Home] [Help]

APPS.OKL_STRY_CALL_CO_PUB dependencies on WF_CORE

Line 452: wf_core.context('OKL_STRY_CALL_CO_PUB',' send_fulfilment',itemtype,

448:
449:
450: EXCEPTION
451: when others then
452: wf_core.context('OKL_STRY_CALL_CO_PUB',' send_fulfilment',itemtype,
453: itemkey,to_char(actid),funcmode);
454: raise;
455: end send_fulfilment;
456:

Line 558: wf_core.context('OKL_STRY_CALL_CO_PUB','wf_send_signal',itemtype,

554: WHEN EXC THEN
555: --pass the error message
556: -- get error message and pass
557: iex_strategy_wf.Get_Messages(l_msg_count,l_error);
558: wf_core.context('OKL_STRY_CALL_CO_PUB','wf_send_signal',itemtype,
559: itemkey,to_char(actid),funcmode,l_error);
560: raise;
561:
562: when others then

Line 564: wf_core.context('OKL_STRY_CALL_CO_PUB','wf_send_signal',itemtype,

560: raise;
561:
562: when others then
563:
564: wf_core.context('OKL_STRY_CALL_CO_PUB','wf_send_signal',itemtype,
565: itemkey,to_char(actid),funcmode);
566: raise;
567: end wf_send_signal;
568:

Line 682: wf_core.context('OKL_STRY_CALL_CO_PUB','get_vendorapproval_flag',itemtype,

678:
679: EXCEPTION
680: when others then
681: result := wf_engine.eng_completed ||':'||wf_no;
682: wf_core.context('OKL_STRY_CALL_CO_PUB','get_vendorapproval_flag',itemtype,
683: itemkey,to_char(actid),funcmode);
684: raise;
685: END get_vendorapproval_flag;
686:

Line 779: wf_core.context('OKL_STRY_CALL_CO_PUB','get_notification_flag',itemtype,

775:
776: EXCEPTION
777: when others then
778: result := wf_engine.eng_completed ||':'||wf_no;
779: wf_core.context('OKL_STRY_CALL_CO_PUB','get_notification_flag',itemtype,
780: itemkey,to_char(actid),funcmode);
781: raise;
782: END get_notification_flag;
783:

Line 922: wf_core.context('OKL_STRY_CALL_CO_PUB','check_days_past_due',itemtype,

918:
919: EXCEPTION
920: when others then
921: result := wf_engine.eng_completed ||':'||wf_no;
922: wf_core.context('OKL_STRY_CALL_CO_PUB','check_days_past_due',itemtype,
923: itemkey,to_char(actid),funcmode);
924: raise;
925: END check_days_past_due;
926:

Line 1018: wf_core.context('OKL_STRY_CALL_CO_PUB','get_lessor_flag',itemtype,

1014:
1015: EXCEPTION
1016: when others then
1017: result := wf_engine.eng_completed ||':'||wf_no;
1018: wf_core.context('OKL_STRY_CALL_CO_PUB','get_lessor_flag',itemtype,
1019: itemkey,to_char(actid),funcmode);
1020: raise;
1021: END get_lessor_flag;
1022:

Line 1113: wf_core.context('OKL_STRY_CALL_CO_PUB','get_Customer_flag',itemtype,

1109:
1110: EXCEPTION
1111: when others then
1112: result := wf_engine.eng_completed ||':'||wf_no;
1113: wf_core.context('OKL_STRY_CALL_CO_PUB','get_Customer_flag',itemtype,
1114: itemkey,to_char(actid),funcmode);
1115: raise;
1116: END get_Customer_flag;
1117:

Line 1208: wf_core.context('OKL_STRY_CALL_CO_PUB','get_Vendor_approval_flag',itemtype,

1204:
1205: EXCEPTION
1206: when others then
1207: result := wf_engine.eng_completed ||':'||wf_no;
1208: wf_core.context('OKL_STRY_CALL_CO_PUB','get_Vendor_approval_flag',itemtype,
1209: itemkey,to_char(actid),funcmode);
1210: raise;
1211: END get_Vendor_approval_flag;
1212:

Line 1301: wf_core.context('OKL_STRY_CALL_CO_PUB','get_Vend_cust_notify_flag',itemtype,

1297:
1298: EXCEPTION
1299: when others then
1300: result := wf_engine.eng_completed ||':'||wf_no;
1301: wf_core.context('OKL_STRY_CALL_CO_PUB','get_Vend_cust_notify_flag',itemtype,
1302: itemkey,to_char(actid),funcmode);
1303: raise;
1304: END get_Vend_cust_notify_flag;
1305:

Line 1453: wf_core.context('OKL_STRY_CALL_CO_PUB','check_days_for_syn_acct',itemtype,

1449:
1450: EXCEPTION
1451: when others then
1452: result := wf_engine.eng_completed ||':'||wf_no;
1453: wf_core.context('OKL_STRY_CALL_CO_PUB','check_days_for_syn_acct',itemtype,
1454: itemkey,to_char(actid),funcmode);
1455: raise;
1456: END check_days_for_syn_acct;
1457: