DBA Data[Home] [Help]

APPS.OKL_CS_WF dependencies on WF_CORE

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 1043: wf_core.context('OKL_CS_WF' , 'populate_TandA_attributes', itemtype, itemkey, actid, funcmode);

1039: IF c_lessee%ISOPEN THEN
1040: CLOSE c_lessee;
1041: END IF;
1042:
1043: wf_core.context('OKL_CS_WF' , 'populate_TandA_attributes', itemtype, itemkey, actid, funcmode);
1044: RAISE;
1045: END;
1046:
1047: Procedure Send_Cust_Fulfill(itemtype in varchar2,

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

1161: WHEN OTHERS THEN
1162: IF c_document%ISOPEN THEN
1163: CLOSE c_document;
1164: END IF;
1165: wf_core.context('OKL_CS_WF' , 'Send_Cust_Fulfill', itemtype, itemkey, actid, funcmode);
1166: RAISE;
1167: END Send_Cust_Fulfill;
1168:
1169: Procedure Send_Vendor_Fulfill(itemtype in varchar2,

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

1283: WHEN OTHERS THEN
1284: IF c_document%ISOPEN THEN
1285: CLOSE c_document;
1286: END IF;
1287: wf_core.context('OKL_CS_WF' , 'Send_Vendor_Fulfill', itemtype, itemkey, actid, funcmode);
1288: RAISE;
1289: END Send_Vendor_Fulfill;
1290:
1291: Procedure Approve_Request(itemtype in varchar2,

Line 1607: wf_core.context('OKL_CS_WF',

1603:
1604:
1605: EXCEPTION
1606: when others then
1607: wf_core.context('OKL_CS_WF',
1608: 'Collections_Post',
1609: itemtype,
1610: itemkey,
1611: to_char(actid),

Line 1746: wf_core.context('OKL_CS_WF',

1742:
1743:
1744: EXCEPTION
1745: when others then
1746: wf_core.context('OKL_CS_WF',
1747: 'Vendor_Post',
1748: itemtype,
1749: itemkey,
1750: to_char(actid),

Line 1919: wf_core.context('OKL_CS_WF',

1915:
1916:
1917: EXCEPTION
1918: when others then
1919: wf_core.context('OKL_CS_WF',
1920: 'Check_Vendor_Pgm',
1921: itemtype,
1922: itemkey,
1923: to_char(actid),

Line 1980: wf_core.context('OKL_CS_WF',

1976:
1977:
1978: EXCEPTION
1979: when others then
1980: wf_core.context('OKL_CS_WF',
1981: 'Check_Cust_Delinquency',
1982: itemtype,
1983: itemkey,
1984: to_char(actid),

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

2072: WHEN OTHERS THEN
2073: IF c_svf_info%ISOPEN THEN
2074: CLOSE c_svf_info;
2075: END IF;
2076: wf_core.context('OKL_CS_WF' , 'Apply_Service_Fees', itemtype, itemkey, actid, funcmode);
2077: RAISE;
2078: END Apply_Service_Fees;
2079:
2080:

Line 2252: wf_core.context('OKL_CS_WF',

2248:
2249:
2250: EXCEPTION
2251: when others then
2252: wf_core.context('OKL_CS_WF',
2253: 'Credit_Post',
2254: itemtype,
2255: itemkey,
2256: to_char(actid),

Line 2388: wf_core.context('OKL_CS_WF',

2384:
2385:
2386: EXCEPTION
2387: when others then
2388: wf_core.context('OKL_CS_WF',
2389: 'Collections_Post',
2390: itemtype,
2391: itemkey,
2392: to_char(actid),

Line 2447: wf_core.context('OKL_CS_WF',

2443: end if;
2444:
2445: EXCEPTION
2446: when others then
2447: wf_core.context('OKL_CS_WF',
2448: 'days_cust_balance_overdue',
2449: itemtype,
2450: itemkey,
2451: to_char(actid),

Line 2506: wf_core.context('OKL_CS_WF',

2502: end if;
2503:
2504: EXCEPTION
2505: when others then
2506: wf_core.context('OKL_CS_WF',
2507: 'get_contract_balance',
2508: itemtype,
2509: itemkey,
2510: to_char(actid),

Line 2565: wf_core.context('OKL_CS_WF',

2561: end if;
2562:
2563: EXCEPTION
2564: when others then
2565: wf_core.context('OKL_CS_WF',
2566: 'get_customer_balance',
2567: itemtype,
2568: itemkey,
2569: to_char(actid),

Line 2625: wf_core.context('OKL_CS_WF',

2621: --
2622: end if;
2623: EXCEPTION
2624: when others then
2625: wf_core.context('OKL_CS_WF',
2626: 'get_product',
2627: itemtype,
2628: itemkey,
2629: to_char(actid),

Line 2686: wf_core.context('OKL_CS_WF',

2682: end if;
2683:
2684: EXCEPTION
2685: when others then
2686: wf_core.context('OKL_CS_WF',
2687: 'get_bill_to_address',
2688: itemtype,
2689: itemkey,
2690: to_char(actid),

Line 3160: wf_core.context('OKL_CS_WF',

3156: --
3157: end if;
3158: EXCEPTION
3159: when others then
3160: wf_core.context('OKL_CS_WF',
3161: 'populate_lease_renew_attrib',
3162: itemtype,
3163: itemkey,
3164: to_char(actid),

Line 3206: wf_core.context('OKL_CS_WF',

3202: --
3203: end if;
3204: EXCEPTION
3205: when others then
3206: wf_core.context('OKL_CS_WF',
3207: 'approve_lease_renewal',
3208: itemtype,
3209: itemkey,
3210: to_char(actid),

Line 3255: wf_core.context('OKL_CS_WF',

3251: END IF;
3252:
3253: EXCEPTION
3254: WHEN OTHERS THEN
3255: wf_core.context('OKL_CS_WF',
3256: 'post_notify_lease_renewal',
3257: itemtype,
3258: itemkey,
3259: to_char(actid),

Line 3304: wf_core.context('OKL_CS_WF',

3300: END IF;
3301:
3302: EXCEPTION
3303: WHEN OTHERS THEN
3304: wf_core.context('OKL_CS_WF',
3305: 'post_reject_lease_renewal',
3306: itemtype,
3307: itemkey,
3308: to_char(actid),

Line 3508: wf_core.context('OKL_CS_WF',

3504: --
3505: end if;
3506: EXCEPTION
3507: when others then
3508: wf_core.context('OKL_CS_WF',
3509: 'populate_ppd_attrib',
3510: itemtype,
3511: itemkey,
3512: to_char(actid),

Line 3556: wf_core.context('OKL_CS_WF',

3552: END IF;
3553:
3554: EXCEPTION
3555: WHEN OTHERS THEN
3556: wf_core.context('OKL_CS_WF',
3557: 'post_notify_principal_paydown',
3558: itemtype,
3559: itemkey,
3560: to_char(actid),

Line 3642: wf_core.context('OKL_CS_WF',

3638: --
3639: end if;
3640: EXCEPTION
3641: when G_EXCEPTION then
3642: wf_core.context('OKL_CS_WF',
3643: 'invoice_bill_apply',
3644: itemtype,
3645: itemkey,
3646: to_char(actid),

Line 3651: wf_core.context('OKL_CS_WF',

3647: funcmode);
3648: RAISE;
3649:
3650: when others then
3651: wf_core.context('OKL_CS_WF',
3652: 'invoice_bill_apply',
3653: itemtype,
3654: itemkey,
3655: to_char(actid),

Line 3749: wf_core.context('OKL_CS_WF',

3745: --
3746: end if;
3747: EXCEPTION
3748: when G_EXCEPTION then
3749: wf_core.context('OKL_CS_WF',
3750: 'update_ppd_processed_status',
3751: itemtype,
3752: itemkey,
3753: to_char(actid),

Line 3758: wf_core.context('OKL_CS_WF',

3754: funcmode);
3755: RAISE;
3756:
3757: when others then
3758: wf_core.context('OKL_CS_WF',
3759: 'update_ppd_processed_status',
3760: itemtype,
3761: itemkey,
3762: to_char(actid),

Line 3902: wf_core.context('OKL_CS_WF',

3898: --
3899: end if;
3900: EXCEPTION
3901: when others then
3902: wf_core.context('OKL_CS_WF',
3903: 'populate_credit_memo_attribs',
3904: itemtype,
3905: itemkey,
3906: to_char(actid),

Line 4019: wf_core.context('OKL_CS_WF',

4015: --
4016: end if;
4017: EXCEPTION
4018: when others then
4019: wf_core.context('OKL_CS_WF',
4020: 'create_credit_memo_invoice',
4021: itemtype,
4022: itemkey,
4023: to_char(actid),

Line 4117: wf_core.context('OKL_CS_WF',

4113: --
4114: end if;
4115: EXCEPTION
4116: when others then
4117: wf_core.context('OKL_CS_WF',
4118: 'update_crm_approved_status',
4119: itemtype,
4120: itemkey,
4121: to_char(actid),

Line 4217: wf_core.context('OKL_CS_WF',

4213: --
4214: end if;
4215: EXCEPTION
4216: when others then
4217: wf_core.context('OKL_CS_WF',
4218: 'update_crm_rejected_status',
4219: itemtype,
4220: itemkey,
4221: to_char(actid),

Line 4325: wf_core.context('OKL_CS_WF',

4321: --
4322: end if;
4323: EXCEPTION
4324: when others then
4325: wf_core.context('OKL_CS_WF',
4326: 'update_crm_success_status',
4327: itemtype,
4328: itemkey,
4329: to_char(actid),

Line 4424: wf_core.context('OKL_CS_WF',

4420: --
4421: end if;
4422: EXCEPTION
4423: when others then
4424: wf_core.context('OKL_CS_WF',
4425: 'update_crm_error_status',
4426: itemtype,
4427: itemkey,
4428: to_char(actid),