DBA Data[Home] [Help]

APPS.OKC_ARTWF_PVT dependencies on WF_CORE

Line 761: WF_CORE.CONTEXT ( 'OKC_ARTWF_PVT', 'set_notified_list', itemtype,

757: return;
758: end if;
759: exception
760: when others then
761: WF_CORE.CONTEXT ( 'OKC_ARTWF_PVT', 'set_notified_list', itemtype,
762: itemkey, to_char(actid), funcmode);
763: raise;
764: end;
765:

Line 788: WF_CORE.CONTEXT ( 'OKC_ARTWF_PVT', 'decrement_counter', itemtype,

784: end if;
785: return;
786: exception
787: when others then
788: WF_CORE.CONTEXT ( 'OKC_ARTWF_PVT', 'decrement_counter', itemtype,
789: itemkey, to_char(actid), funcmode);
790: raise;
791: end;
792:

Line 851: WF_CORE.CONTEXT ( 'OKC_ARTWF_PVT', 'set_notified', itemtype,

847: end if;
848: return;
849: exception
850: when others then
851: WF_CORE.CONTEXT ( 'OKC_ARTWF_PVT', 'set_notified', itemtype,
852: itemkey, to_char(actid), funcmode);
853: raise;
854: end;
855:

Line 898: WF_CORE.CONTEXT ('OKC_ARTWF_PVT', 'set_approver', itemtype,

894: return;
895: end if;
896: exception
897: when others then
898: WF_CORE.CONTEXT ('OKC_ARTWF_PVT', 'set_approver', itemtype,
899: itemkey, to_char(actid), funcmode);
900: raise;
901: end;
902:

Line 1059: WF_CORE.CONTEXT ('OKC_ARTWF_PVT', 'set_notification', itemtype,

1055: return;
1056: end if;
1057: exception
1058: when others then
1059: WF_CORE.CONTEXT ('OKC_ARTWF_PVT', 'set_notification', itemtype,
1060: itemkey, to_char(actid), funcmode);
1061: raise;
1062: end;
1063:

Line 1151: WF_CORE.CONTEXT ('OKC_ARTWF_PVT', 'selector', itemtype,

1147: return;
1148: end if;
1149: exception
1150: when others then
1151: WF_CORE.CONTEXT ('OKC_ARTWF_PVT', 'selector', itemtype,
1152: itemkey, to_char(actid), command);
1153: raise;
1154: end;
1155:

Line 1187: WF_CORE.CONTEXT ('OKC_ARTWF_PVT', 'select_process', itemtype,

1183: return;
1184: end if;
1185: exception
1186: when others then
1187: WF_CORE.CONTEXT ('OKC_ARTWF_PVT', 'select_process', itemtype,
1188: itemkey, to_char(actid), command);
1189: raise;
1190: end;
1191:

Line 1228: WF_CORE.CONTEXT('OKC_ARTICLE_STATUS_CHANGE_PVT', 'approve', itemtype,

1224: return;
1225: end if;
1226: exception
1227: when change_status_x then
1228: WF_CORE.CONTEXT('OKC_ARTICLE_STATUS_CHANGE_PVT', 'approve', itemtype,
1229: itemkey, to_char(actid), funcmode);
1230: raise;
1231: when others then
1232: WF_CORE.CONTEXT ( 'OKC_ARTWF_PVT', 'set_approved', itemtype,

Line 1232: WF_CORE.CONTEXT ( 'OKC_ARTWF_PVT', 'set_approved', itemtype,

1228: WF_CORE.CONTEXT('OKC_ARTICLE_STATUS_CHANGE_PVT', 'approve', itemtype,
1229: itemkey, to_char(actid), funcmode);
1230: raise;
1231: when others then
1232: WF_CORE.CONTEXT ( 'OKC_ARTWF_PVT', 'set_approved', itemtype,
1233: itemkey, to_char(actid), funcmode);
1234: raise;
1235: end;
1236:

Line 1273: WF_CORE.CONTEXT('OKC_ARTICLE_STATUS_CHANGE_PVT', 'reject', itemtype,

1269: return;
1270: end if;
1271: exception
1272: when change_status_x then
1273: WF_CORE.CONTEXT('OKC_ARTICLE_STATUS_CHANGE_PVT', 'reject', itemtype,
1274: itemkey, to_char(actid), funcmode);
1275: raise;
1276: when others then
1277: WF_CORE.CONTEXT ( 'OKC_ARTWF_PVT', 'set_rejected', itemtype,

Line 1277: WF_CORE.CONTEXT ( 'OKC_ARTWF_PVT', 'set_rejected', itemtype,

1273: WF_CORE.CONTEXT('OKC_ARTICLE_STATUS_CHANGE_PVT', 'reject', itemtype,
1274: itemkey, to_char(actid), funcmode);
1275: raise;
1276: when others then
1277: WF_CORE.CONTEXT ( 'OKC_ARTWF_PVT', 'set_rejected', itemtype,
1278: itemkey, to_char(actid), funcmode);
1279: raise;
1280: end;
1281:

Line 1846: wf_core.context( 'OKC_ARTWF_PVT',

1842: 'APPROVER_DISPLAY_NAME',
1843: approver_name);
1844: end if;
1845: exception when others then
1846: wf_core.context( 'OKC_ARTWF_PVT',
1847: 'TRANSFER',
1848: itemtype,
1849: itemkey,
1850: to_char(actid),

Line 1968: WF_CORE.CONTEXT ('OKC_ARTWF_PVT', 'subject', itemtype, itemkey, document_id);

1964: end if;
1965: log('subject exit');
1966: exception
1967: when others then
1968: WF_CORE.CONTEXT ('OKC_ARTWF_PVT', 'subject', itemtype, itemkey, document_id);
1969: raise;
1970: end;
1971:
1972: -- bug 5202585 start