DBA Data[Home] [Help]

APPS.PA_WF_FB_SAMPLE_PKG dependencies on PA_WF_FB_SAMPLE_PKG

Line 1: PACKAGE BODY pa_wf_fb_sample_pkg

1: PACKAGE BODY pa_wf_fb_sample_pkg
2: /* $Header: PAXTMPFB.pls 120.3 2005/08/08 12:24:54 sbharath ship $ */
3: AS
4:
5: PROCEDURE pa_wf_sample_sql_fn

Line 116: wf_core.context( pkg_name => 'PA_WF_FB_SAMPLE_PKG',

112: WHEN no_data_found
113: THEN
114: -- Set appropriate debugging information for workflow
115:
116: wf_core.context( pkg_name => 'PA_WF_FB_SAMPLE_PKG',
117: proc_name => 'PA_WF_SAMPLE_SQL_FN',
118: arg1 => l_project_number,
119: arg2 => l_project_org_id,
120: arg3 => l_expenditure_org_id,

Line 160: wf_core.context( pkg_name => 'PA_WF_FB_SAMPLE_PKG',

156: THEN
157:
158: -- Set appropriate debugging information
159:
160: wf_core.context( pkg_name => 'PA_WF_FB_SAMPLE_PKG',
161: proc_name => 'PA_WF_SAMPLE_SQL_FN',
162: arg1 => l_project_number,
163: arg2 => l_project_org_id,
164: arg3 => l_expenditure_org_id,

Line 215: wf_core.context( pkg_name => 'PA_WF_FB_SAMPLE_PKG',

211:
212: -- Record error using generic error message routine for debugging and
213: -- raise it
214:
215: wf_core.context( pkg_name => 'PA_WF_FB_SAMPLE_PKG',
216: proc_name => 'PA_WF_SAMPLE_SQL_FN',
217: arg1 => l_project_number,
218: arg2 => l_project_org_id,
219: arg3 => l_expenditure_org_id,

Line 251: -- 2 pa_wf_fb_sample_pkg.pa_test_ap_inv_account;

247: -- A typical test would be as follows:
248: --
249: -- SQL> set serveroutput on
250: -- SQL> begin
251: -- 2 pa_wf_fb_sample_pkg.pa_test_ap_inv_account;
252: -- 3 end;
253: -- 4 /
254: --
255: -- Alternatively, you can modify this procedure so that the parameters

Line 350: END pa_wf_fb_sample_pkg;

346: /* dbms_output.put_line ('Error message =' || p_errmsg ); */
347:
348: END;
349:
350: END pa_wf_fb_sample_pkg;