DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_RETURN_WF dependencies on WF_CORE

Line 75: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'check_repo_request', itemtype, itemkey, actid, funcmode);

71: IF okl_check_req_csr%ISOPEN THEN
72: CLOSE okl_check_req_csr;
73: END IF;
74:
75: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'check_repo_request', itemtype, itemkey, actid, funcmode);
76: RAISE;
77:
78: END check_repo_request;
79:

Line 153: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'check_remk_assign', itemtype, itemkey, actid, funcmode);

149: IF okl_check_req_csr%ISOPEN THEN
150: CLOSE okl_check_req_csr;
151: END IF;
152:
153: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'check_remk_assign', itemtype, itemkey, actid, funcmode);
154: RAISE;
155:
156: END check_remk_assign;
157:

Line 301: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'populate_notification_attribs', itemtype, itemkey, actid, funcmode);

297: IF okl_asset_return_csr%ISOPEN THEN
298: CLOSE okl_asset_return_csr;
299: END IF;
300:
301: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'populate_notification_attribs', itemtype, itemkey, actid, funcmode);
302: RAISE;
303: END populate_notification_attribs;
304:
305: -- Start of comments

Line 527: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'POP_REPO_NOTIFY_ATT', itemtype, itemkey, actid, funcmode);

523: IF okl_vendor_csr%ISOPEN THEN
524: CLOSE okl_vendor_csr;
525: END IF;
526:
527: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'POP_REPO_NOTIFY_ATT', itemtype, itemkey, actid, funcmode);
528: RAISE;
529:
530: END POP_REPO_NOTIFY_ATT;
531:

Line 695: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'POP_REMK_NOTIFY_ATT', itemtype, itemkey, actid, funcmode);

691: IF wf_users_csr%ISOPEN THEN
692: CLOSE wf_users_csr;
693: END IF;
694:
695: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'POP_REMK_NOTIFY_ATT', itemtype, itemkey, actid, funcmode);
696: RAISE;
697:
698: END POP_REMK_NOTIFY_ATT;
699:

Line 877: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'NOTIFY_REMK_USER', itemtype, itemkey, actid, funcmode);

873: IF wf_users_csr%ISOPEN THEN
874: CLOSE wf_users_csr;
875: END IF;
876:
877: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'NOTIFY_REMK_USER', itemtype, itemkey, actid, funcmode);
878: RAISE;
879:
880: END NOTIFY_REMK_USER;
881:

Line 963: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'check_asset_return', itemtype, itemkey, actid, funcmode);

959: IF okl_check_req_csr%ISOPEN THEN
960: CLOSE okl_check_req_csr;
961: END IF;
962:
963: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'check_asset_return', itemtype, itemkey, actid, funcmode);
964: RAISE;
965:
966: END check_asset_return;
967:

Line 1040: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'check_return_type', itemtype, itemkey, actid, funcmode);

1036: IF okl_check_req_csr%ISOPEN THEN
1037: CLOSE okl_check_req_csr;
1038: END IF;
1039:
1040: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'check_return_type', itemtype, itemkey, actid, funcmode);
1041: RAISE;
1042:
1043: END check_return_type;
1044:

Line 1119: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'check_role_exists', itemtype, itemkey, actid, funcmode);

1115:
1116: EXCEPTION
1117: WHEN OTHERS THEN
1118:
1119: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'check_role_exists', itemtype, itemkey, actid, funcmode);
1120: RAISE;
1121:
1122: END check_role_exists;
1123:

Line 1568: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'validate_shipping_instr', itemtype, itemkey, actid, funcmode);

1564: IF okl_check_req_csr%ISOPEN THEN
1565: CLOSE okl_check_req_csr;
1566: END IF;
1567:
1568: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'validate_shipping_instr', itemtype, itemkey, actid, funcmode);
1569: RAISE;
1570:
1571: END validate_shipping_instr;
1572:

Line 1659: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'validate_asset_repair', itemtype, itemkey, actid, funcmode);

1655: IF okl_check_req_csr%ISOPEN THEN
1656: CLOSE okl_check_req_csr;
1657: END IF;
1658:
1659: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'validate_asset_repair', itemtype, itemkey, actid, funcmode);
1660: RAISE;
1661:
1662: END validate_asset_repair;
1663:

Line 1772: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'POP_ASSET_REPAIR_ATT', itemtype, itemkey, actid, funcmode);

1768: END IF;
1769:
1770: EXCEPTION
1771: WHEN ERR THEN
1772: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'POP_ASSET_REPAIR_ATT', itemtype, itemkey, actid, funcmode);
1773: RAISE;
1774:
1775: WHEN OTHERS THEN
1776: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'POP_ASSET_REPAIR_ATT', itemtype, itemkey, actid, funcmode);

Line 1776: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'POP_ASSET_REPAIR_ATT', itemtype, itemkey, actid, funcmode);

1772: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'POP_ASSET_REPAIR_ATT', itemtype, itemkey, actid, funcmode);
1773: RAISE;
1774:
1775: WHEN OTHERS THEN
1776: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'POP_ASSET_REPAIR_ATT', itemtype, itemkey, actid, funcmode);
1777: RAISE;
1778:
1779: END set_approved_yn;
1780:

Line 1936: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'POP_ASSET_REPAIR_ATT', itemtype, itemkey, actid, funcmode);

1932: IF okl_asset_repair_csr%ISOPEN THEN
1933: CLOSE okl_asset_repair_csr;
1934: END IF;
1935:
1936: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'POP_ASSET_REPAIR_ATT', itemtype, itemkey, actid, funcmode);
1937: RAISE;
1938:
1939: END POP_ASSET_REPAIR_ATT;
1940:

Line 2076: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'populate_itd_atts', itemtype, itemkey, actid, funcmode);

2072: IF okl_asset_return_csr%ISOPEN THEN
2073: CLOSE okl_asset_return_csr;
2074: END IF;
2075:
2076: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'populate_itd_atts', itemtype, itemkey, actid, funcmode);
2077: RAISE;
2078: END populate_itd_atts;
2079:
2080: PROCEDURE VALIDATE_CONT_PORT (itemtype IN VARCHAR2,

Line 2123: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'VALIDATE_CONT_PORT', itemtype, itemkey, actid, funcmode);

2119: IF okl_pfc_csr%ISOPEN THEN
2120: CLOSE okl_pfc_csr;
2121: END IF;
2122:
2123: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'VALIDATE_CONT_PORT', itemtype, itemkey, actid, funcmode);
2124: RAISE;
2125: END VALIDATE_CONT_PORT;
2126:
2127: -- Start of comments

Line 2266: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'POP_CONT_PORT_ATT', itemtype, itemkey, actid, funcmode);

2262: IF okl_pfc_csr%ISOPEN THEN
2263: CLOSE okl_pfc_csr;
2264: END IF;
2265:
2266: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'POP_CONT_PORT_ATT', itemtype, itemkey, actid, funcmode);
2267: RAISE;
2268: END POP_CONT_PORT_ATT;
2269:
2270: -- Start of comments

Line 2355: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'SET_CP_APPROVED_YN', itemtype, itemkey, actid, funcmode);

2351:
2352: EXCEPTION
2353:
2354: WHEN API_ERROR THEN
2355: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'SET_CP_APPROVED_YN', itemtype, itemkey, actid, funcmode);
2356: RAISE;
2357:
2358: WHEN OTHERS THEN
2359: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'SET_CP_APPROVED_YN', itemtype, itemkey, actid, funcmode);

Line 2359: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'SET_CP_APPROVED_YN', itemtype, itemkey, actid, funcmode);

2355: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'SET_CP_APPROVED_YN', itemtype, itemkey, actid, funcmode);
2356: RAISE;
2357:
2358: WHEN OTHERS THEN
2359: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'SET_CP_APPROVED_YN', itemtype, itemkey, actid, funcmode);
2360: RAISE;
2361:
2362: END SET_CP_APPROVED_YN;
2363:

Line 2532: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'POP_REMK_NOTIFY_ATT', itemtype, itemkey, actid, funcmode);

2528: IF wf_users_csr%ISOPEN THEN
2529: CLOSE wf_users_csr;
2530: END IF;
2531:
2532: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'POP_REMK_NOTIFY_ATT', itemtype, itemkey, actid, funcmode);
2533: RAISE;
2534: END POP_CPE_NOTIFY_ATT;
2535:
2536:

Line 2669: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'NOTIFY_ASS_GRP_USER', itemtype, itemkey, actid, funcmode);

2665: IF wf_users_csr%ISOPEN THEN
2666: CLOSE wf_users_csr;
2667: END IF;
2668:
2669: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'NOTIFY_ASS_GRP_USER', itemtype, itemkey, actid, funcmode);
2670: RAISE;
2671:
2672: END NOTIFY_ASS_GRP_USER;
2673:

Line 2767: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'check_itd_request', itemtype, itemkey, actid, funcmode);

2763: IF okl_check_req_csr%ISOPEN THEN
2764: CLOSE okl_check_req_csr;
2765: END IF;
2766:
2767: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'check_itd_request', itemtype, itemkey, actid, funcmode);
2768: RAISE;
2769:
2770: END check_itd_request;
2771:

Line 2856: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'check_profile_recipient', itemtype, itemkey, actid, funcmode);

2852: IF c1_csr%ISOPEN THEN
2853: CLOSE c1_csr;
2854: END IF;
2855:
2856: wf_core.context('OKL_AM_ASSET_RETURN_WF' , 'check_profile_recipient', itemtype, itemkey, actid, funcmode);
2857: RAISE;
2858:
2859: END check_profile_recipient;
2860: