DBA Data[Home] [Help]

APPS.OKL_BILLING_CORR_REQ_WF dependencies on WF_CORE

Line 134: wf_core.context('OKL_BILLING_CORR_REQ_WF',

130: WHEN OKL_API.G_EXCEPTION_ERROR THEN
131: IF c_fetch_r_number%ISOPEN THEN
132: CLOSE c_fetch_r_number;
133: END IF;
134: wf_core.context('OKL_BILLING_CORR_REQ_WF',
135: 'Billing_Correction_Req',
136: itemtype,
137: itemkey,
138: to_char(actid),

Line 145: wf_core.context('OKL_BILLING_CORR_REQ_WF',

141: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
142: IF c_fetch_r_number%ISOPEN THEN
143: CLOSE c_fetch_r_number;
144: END IF;
145: wf_core.context('OKL_BILLING_CORR_REQ_WF',
146: 'Billing_Correction_Req',
147: itemtype,
148: itemkey,
149: to_char(actid),

Line 156: wf_core.context('OKL_BILLING_CORR_REQ_WF',

152: WHEN OTHERS THEN
153: IF c_fetch_r_number%ISOPEN THEN
154: CLOSE c_fetch_r_number;
155: END IF;
156: wf_core.context('OKL_BILLING_CORR_REQ_WF',
157: 'Billing_Correction_Req',
158: itemtype,
159: itemkey,
160: to_char(actid),

Line 226: wf_core.context('OKL_BILLING_CORR_REQ_WF',

222: return;
223: END IF;
224: EXCEPTION
225: WHEN OKL_API.G_EXCEPTION_ERROR THEN
226: wf_core.context('OKL_BILLING_CORR_REQ_WF',
227: 'Billing_Correction_Req',
228: itemtype,
229: itemkey,
230: to_char(actid),

Line 234: wf_core.context('OKL_BILLING_CORR_REQ_WF',

230: to_char(actid),
231: funcmode);
232: RAISE;
233: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
234: wf_core.context('OKL_BILLING_CORR_REQ_WF',
235: 'Billing_Correction_Req',
236: itemtype,
237: itemkey,
238: to_char(actid),

Line 242: wf_core.context('OKL_BILLING_CORR_REQ_WF',

238: to_char(actid),
239: funcmode);
240: RAISE;
241: WHEN OTHERS THEN
242: wf_core.context('OKL_BILLING_CORR_REQ_WF',
243: 'Billing_Correction_Req',
244: itemtype,
245: itemkey,
246: to_char(actid),