DBA Data[Home] [Help]

APPS.OTA_WF dependencies on WF_CORE

Line 236: wf_core.context('OTA_WF', 'cancel_order',

232: EXCEPTION
233: WHEN OTHERS THEN
234: -- The line below records this function call in the error system
235: -- in the case of an exception.
236: wf_core.context('OTA_WF', 'cancel_order',
237: itemtype, itemkey, to_char(actid), funcmode);
238: RAISE;
239:
240: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 500: wf_core.context('OTA_WF', 'create_rma',

496: EXCEPTION
497: WHEN OTHERS THEN
498: -- The line below records this function call in the error system
499: -- in the case of an exception.
500: wf_core.context('OTA_WF', 'create_rma',
501: itemtype, itemkey, to_char(actid), funcmode);
502: RAISE;
503:
504: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 759: wf_core.context('OTA_WF', 'update_fulfill_date',

755: EXCEPTION
756: WHEN OTHERS THEN
757: -- The line below records this function call in the error system
758: -- in the case of an exception.
759: wf_core.context('OTA_WF', 'update_fulfill_date',
760: itemtype, itemkey, to_char(actid), funcmode);
761: RAISE;
762:
763: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 872: wf_core.context('OTA_WF', 'Chk_invoice_exists',

868: EXCEPTION
869: WHEN OTHERS THEN
870: -- The line below records this function call in the error system
871: -- in the case of an exception.
872: wf_core.context('OTA_WF', 'Chk_invoice_exists',
873: itemtype, itemkey, to_char(actid), funcmode);
874: RAISE;
875: hr_utility.set_location(' Leaving:'||l_proc, 10);
876: END;

Line 1007: wf_core.context('OTA_WF', 'Check_UOM',

1003: EXCEPTION
1004: WHEN OTHERS THEN
1005: -- The line below records this function call in the error system
1006: -- in the case of an exception.
1007: wf_core.context('OTA_WF', 'Check_UOM',
1008: itemtype, itemkey, to_char(actid), funcmode);
1009: RAISE;
1010:
1011: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 1158: wf_core.context('OTA_WF', 'Check_Creation',

1154: EXCEPTION
1155: WHEN OTHERS THEN
1156: -- The line below records this function call in the error system
1157: -- in the case of an exception.
1158: wf_core.context('OTA_WF', 'Check_Creation',
1159: itemtype, itemkey, to_char(actid), funcmode);
1160: RAISE;
1161:
1162: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 1270: wf_core.context('OTA_WF', 'chk_enroll_status_adv',

1266: EXCEPTION
1267: WHEN OTHERS THEN
1268: -- The line below records this function call in the error system
1269: -- in the case of an exception.
1270: wf_core.context('OTA_WF', 'chk_enroll_status_adv',
1271: itemtype, itemkey, to_char(actid), funcmode);
1272: RAISE;
1273:
1274: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 1387: wf_core.context('OTA_WF', 'chk_enroll_status_arr',

1383: EXCEPTION
1384: WHEN OTHERS THEN
1385: -- The line below records this function call in the error system
1386: -- in the case of an exception.
1387: wf_core.context('OTA_WF', 'chk_enroll_status_arr',
1388: itemtype, itemkey, to_char(actid), funcmode);
1389: RAISE;
1390:
1391: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 1498: wf_core.context('OTA_WF', 'check_invoice_rule',

1494: EXCEPTION
1495: WHEN OTHERS THEN
1496: -- The line below records this function call in the error system
1497: -- in the case of an exception.
1498: wf_core.context('OTA_WF', 'check_invoice_rule',
1499: itemtype, itemkey, to_char(actid), funcmode);
1500: RAISE;
1501:
1502:

Line 1632: wf_core.context('OTA_WF', 'cancel_enrollment',

1628: EXCEPTION
1629: WHEN OTHERS THEN
1630: -- The line below records this function call in the error system
1631: -- in the case of an exception.
1632: wf_core.context('OTA_WF', 'cancel_enrollment',
1633: itemtype, itemkey, to_char(actid), funcmode);
1634: RAISE;
1635:
1636: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 1755: wf_core.context('OTA_WF', 'UPDATE_OWNER_EMAIL',

1751: EXCEPTION
1752: WHEN OTHERS THEN
1753: -- The line below records this function call in the error system
1754: -- in the case of an exception.
1755: wf_core.context('OTA_WF', 'UPDATE_OWNER_EMAIL',
1756: itemtype, itemkey, to_char(actid), funcmode);
1757: RAISE;
1758:
1759: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 1889: wf_core.context('OTA_WF', 'chk_enroll_status_arr',

1885: EXCEPTION
1886: WHEN OTHERS THEN
1887: -- The line below records this function call in the error system
1888: -- in the case of an exception.
1889: wf_core.context('OTA_WF', 'chk_enroll_status_arr',
1890: itemtype, itemkey, to_char(actid), funcmode);
1891: RAISE;
1892:
1893: hr_utility.set_location(' Leaving:'||l_proc, 10);