DBA Data[Home] [Help]

APPS.OKL_CS_WF dependencies on OKL_CS_WF

Line 1: PACKAGE BODY OKL_CS_WF AS

1: PACKAGE BODY OKL_CS_WF AS
2: /* $Header: OKLRCSWB.pls 120.21 2011/02/10 22:40:48 rmunjulu ship $ */
3:
4: l_ntf_result VARCHAR2(30);
5:

Line 175: wf_core.context('OKL_CS_WF',

171: --
172: end if;
173: EXCEPTION
174: when others then
175: wf_core.context('OKL_CS_WF',
176: 'exchange_equipment',
177: itemtype,
178: itemkey,
179: to_char(actid),

Line 1052: wf_core.context('OKL_CS_WF' , 'populate_TandA_attributes', itemtype, itemkey, actid, funcmode);

1048: IF c_lessee%ISOPEN THEN
1049: CLOSE c_lessee;
1050: END IF;
1051:
1052: wf_core.context('OKL_CS_WF' , 'populate_TandA_attributes', itemtype, itemkey, actid, funcmode);
1053: RAISE;
1054: END;
1055:
1056: Procedure Send_Cust_Fulfill(itemtype in varchar2,

Line 1174: wf_core.context('OKL_CS_WF' , 'Send_Cust_Fulfill', itemtype, itemkey, actid, funcmode);

1170: WHEN OTHERS THEN
1171: IF c_document%ISOPEN THEN
1172: CLOSE c_document;
1173: END IF;
1174: wf_core.context('OKL_CS_WF' , 'Send_Cust_Fulfill', itemtype, itemkey, actid, funcmode);
1175: RAISE;
1176: END Send_Cust_Fulfill;
1177:
1178: Procedure Send_Vendor_Fulfill(itemtype in varchar2,

Line 1296: wf_core.context('OKL_CS_WF' , 'Send_Vendor_Fulfill', itemtype, itemkey, actid, funcmode);

1292: WHEN OTHERS THEN
1293: IF c_document%ISOPEN THEN
1294: CLOSE c_document;
1295: END IF;
1296: wf_core.context('OKL_CS_WF' , 'Send_Vendor_Fulfill', itemtype, itemkey, actid, funcmode);
1297: RAISE;
1298: END Send_Vendor_Fulfill;
1299:
1300: Procedure Approve_Request(itemtype in varchar2,

Line 1616: wf_core.context('OKL_CS_WF',

1612:
1613:
1614: EXCEPTION
1615: when others then
1616: wf_core.context('OKL_CS_WF',
1617: 'Collections_Post',
1618: itemtype,
1619: itemkey,
1620: to_char(actid),

Line 1755: wf_core.context('OKL_CS_WF',

1751:
1752:
1753: EXCEPTION
1754: when others then
1755: wf_core.context('OKL_CS_WF',
1756: 'Vendor_Post',
1757: itemtype,
1758: itemkey,
1759: to_char(actid),

Line 1928: wf_core.context('OKL_CS_WF',

1924:
1925:
1926: EXCEPTION
1927: when others then
1928: wf_core.context('OKL_CS_WF',
1929: 'Check_Vendor_Pgm',
1930: itemtype,
1931: itemkey,
1932: to_char(actid),

Line 1989: wf_core.context('OKL_CS_WF',

1985:
1986:
1987: EXCEPTION
1988: when others then
1989: wf_core.context('OKL_CS_WF',
1990: 'Check_Cust_Delinquency',
1991: itemtype,
1992: itemkey,
1993: to_char(actid),

Line 2085: wf_core.context('OKL_CS_WF' , 'Apply_Service_Fees', itemtype, itemkey, actid, funcmode);

2081: WHEN OTHERS THEN
2082: IF c_svf_info%ISOPEN THEN
2083: CLOSE c_svf_info;
2084: END IF;
2085: wf_core.context('OKL_CS_WF' , 'Apply_Service_Fees', itemtype, itemkey, actid, funcmode);
2086: RAISE;
2087: END Apply_Service_Fees;
2088:
2089:

Line 2261: wf_core.context('OKL_CS_WF',

2257:
2258:
2259: EXCEPTION
2260: when others then
2261: wf_core.context('OKL_CS_WF',
2262: 'Credit_Post',
2263: itemtype,
2264: itemkey,
2265: to_char(actid),

Line 2397: wf_core.context('OKL_CS_WF',

2393:
2394:
2395: EXCEPTION
2396: when others then
2397: wf_core.context('OKL_CS_WF',
2398: 'Collections_Post',
2399: itemtype,
2400: itemkey,
2401: to_char(actid),

Line 2456: wf_core.context('OKL_CS_WF',

2452: end if;
2453:
2454: EXCEPTION
2455: when others then
2456: wf_core.context('OKL_CS_WF',
2457: 'days_cust_balance_overdue',
2458: itemtype,
2459: itemkey,
2460: to_char(actid),

Line 2515: wf_core.context('OKL_CS_WF',

2511: end if;
2512:
2513: EXCEPTION
2514: when others then
2515: wf_core.context('OKL_CS_WF',
2516: 'get_contract_balance',
2517: itemtype,
2518: itemkey,
2519: to_char(actid),

Line 2574: wf_core.context('OKL_CS_WF',

2570: end if;
2571:
2572: EXCEPTION
2573: when others then
2574: wf_core.context('OKL_CS_WF',
2575: 'get_customer_balance',
2576: itemtype,
2577: itemkey,
2578: to_char(actid),

Line 2634: wf_core.context('OKL_CS_WF',

2630: --
2631: end if;
2632: EXCEPTION
2633: when others then
2634: wf_core.context('OKL_CS_WF',
2635: 'get_product',
2636: itemtype,
2637: itemkey,
2638: to_char(actid),

Line 2695: wf_core.context('OKL_CS_WF',

2691: end if;
2692:
2693: EXCEPTION
2694: when others then
2695: wf_core.context('OKL_CS_WF',
2696: 'get_bill_to_address',
2697: itemtype,
2698: itemkey,
2699: to_char(actid),

Line 3169: wf_core.context('OKL_CS_WF',

3165: --
3166: end if;
3167: EXCEPTION
3168: when others then
3169: wf_core.context('OKL_CS_WF',
3170: 'populate_lease_renew_attrib',
3171: itemtype,
3172: itemkey,
3173: to_char(actid),

Line 3215: wf_core.context('OKL_CS_WF',

3211: --
3212: end if;
3213: EXCEPTION
3214: when others then
3215: wf_core.context('OKL_CS_WF',
3216: 'approve_lease_renewal',
3217: itemtype,
3218: itemkey,
3219: to_char(actid),

Line 3264: wf_core.context('OKL_CS_WF',

3260: END IF;
3261:
3262: EXCEPTION
3263: WHEN OTHERS THEN
3264: wf_core.context('OKL_CS_WF',
3265: 'post_notify_lease_renewal',
3266: itemtype,
3267: itemkey,
3268: to_char(actid),

Line 3313: wf_core.context('OKL_CS_WF',

3309: END IF;
3310:
3311: EXCEPTION
3312: WHEN OTHERS THEN
3313: wf_core.context('OKL_CS_WF',
3314: 'post_reject_lease_renewal',
3315: itemtype,
3316: itemkey,
3317: to_char(actid),

Line 3517: wf_core.context('OKL_CS_WF',

3513: --
3514: end if;
3515: EXCEPTION
3516: when others then
3517: wf_core.context('OKL_CS_WF',
3518: 'populate_ppd_attrib',
3519: itemtype,
3520: itemkey,
3521: to_char(actid),

Line 3565: wf_core.context('OKL_CS_WF',

3561: END IF;
3562:
3563: EXCEPTION
3564: WHEN OTHERS THEN
3565: wf_core.context('OKL_CS_WF',
3566: 'post_notify_principal_paydown',
3567: itemtype,
3568: itemkey,
3569: to_char(actid),

Line 3651: wf_core.context('OKL_CS_WF',

3647: --
3648: end if;
3649: EXCEPTION
3650: when G_EXCEPTION then
3651: wf_core.context('OKL_CS_WF',
3652: 'invoice_bill_apply',
3653: itemtype,
3654: itemkey,
3655: to_char(actid),

Line 3660: wf_core.context('OKL_CS_WF',

3656: funcmode);
3657: RAISE;
3658:
3659: when others then
3660: wf_core.context('OKL_CS_WF',
3661: 'invoice_bill_apply',
3662: itemtype,
3663: itemkey,
3664: to_char(actid),

Line 3758: wf_core.context('OKL_CS_WF',

3754: --
3755: end if;
3756: EXCEPTION
3757: when G_EXCEPTION then
3758: wf_core.context('OKL_CS_WF',
3759: 'update_ppd_processed_status',
3760: itemtype,
3761: itemkey,
3762: to_char(actid),

Line 3767: wf_core.context('OKL_CS_WF',

3763: funcmode);
3764: RAISE;
3765:
3766: when others then
3767: wf_core.context('OKL_CS_WF',
3768: 'update_ppd_processed_status',
3769: itemtype,
3770: itemkey,
3771: to_char(actid),

Line 3911: wf_core.context('OKL_CS_WF',

3907: --
3908: end if;
3909: EXCEPTION
3910: when others then
3911: wf_core.context('OKL_CS_WF',
3912: 'populate_credit_memo_attribs',
3913: itemtype,
3914: itemkey,
3915: to_char(actid),

Line 4028: wf_core.context('OKL_CS_WF',

4024: --
4025: end if;
4026: EXCEPTION
4027: when others then
4028: wf_core.context('OKL_CS_WF',
4029: 'create_credit_memo_invoice',
4030: itemtype,
4031: itemkey,
4032: to_char(actid),

Line 4126: wf_core.context('OKL_CS_WF',

4122: --
4123: end if;
4124: EXCEPTION
4125: when others then
4126: wf_core.context('OKL_CS_WF',
4127: 'update_crm_approved_status',
4128: itemtype,
4129: itemkey,
4130: to_char(actid),

Line 4226: wf_core.context('OKL_CS_WF',

4222: --
4223: end if;
4224: EXCEPTION
4225: when others then
4226: wf_core.context('OKL_CS_WF',
4227: 'update_crm_rejected_status',
4228: itemtype,
4229: itemkey,
4230: to_char(actid),

Line 4334: wf_core.context('OKL_CS_WF',

4330: --
4331: end if;
4332: EXCEPTION
4333: when others then
4334: wf_core.context('OKL_CS_WF',
4335: 'update_crm_success_status',
4336: itemtype,
4337: itemkey,
4338: to_char(actid),

Line 4433: wf_core.context('OKL_CS_WF',

4429: --
4430: end if;
4431: EXCEPTION
4432: when others then
4433: wf_core.context('OKL_CS_WF',
4434: 'update_crm_error_status',
4435: itemtype,
4436: itemkey,
4437: to_char(actid),

Line 4446: END OKL_CS_WF;

4442: -------------------------------
4443:
4444:
4445:
4446: END OKL_CS_WF;