DBA Data[Home] [Help]

APPS.PA_WF_FB_SAMPLE_PKG dependencies on WF_CORE

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,