DBA Data[Home] [Help]

APPS.PA_ACC_GEN_WF_PKG dependencies on WF_CORE

Line 1522: wf_core.context( pkg_name => 'pa_acc_gen_wf_pkg',

1518: x_error_message := g_encoded_error_message;
1519: reset_error_stack;
1520: /* Bug 5233487 - End */
1521:
1522: wf_core.context( pkg_name => 'pa_acc_gen_wf_pkg',
1523: proc_name => 'ap_er_generate_account',
1524: arg1 => 'Project id: '||p_project_id,
1525: arg2 => 'Task id: '||l_task_id, -- Modified for bug 16613999
1526: arg3 => 'Vendor id: '||p_vendor_id,

Line 2306: wf_core.context( pkg_name => 'pa_acc_gen_wf_pkg',

2302: reset_error_stack;
2303: /* Bug 5233487 - End */
2304:
2305:
2306: wf_core.context( pkg_name => 'pa_acc_gen_wf_pkg',
2307: proc_name => 'ap_inv_generate_account',
2308: arg1 => 'Project id: '||p_project_id,
2309: arg2 => 'Task id: '||l_task_id, -- Modified for bug 16613999
2310: arg3 => 'Vendor id: '||p_vendor_id,

Line 2467: wf_core.context( pkg_name => 'pa_acc_gen_wf_pkg',

2463: -- Record error using generic error message routine for debugging and
2464: -- raise it
2465: -----------------------------------------------------------------------
2466:
2467: wf_core.context( pkg_name => 'pa_acc_gen_wf_pkg',
2468: proc_name => 'ap_inv_upgrade_flex_account',
2469: arg1 => 'Project Id: ' ||l_project_id,
2470: arg2 => 'Task Id: ' ||l_task_id,
2471: arg3 => 'Vendor Id: ' ||l_vendor_id,

Line 2530: wf_core.context( pkg_name => 'pa_acc_gen_wf_pkg ',

2526: -- Record error using generic error message routine for debugging and
2527: -- raise it
2528: -----------------------------------------------------------------------
2529:
2530: wf_core.context( pkg_name => 'pa_acc_gen_wf_pkg ',
2531: proc_name => 'ap_inv_acc_undefined_rules',
2532: arg1 => 'Error: Default workflow not defined',
2533: arg2 => null,
2534: arg3 => null,

Line 2671: wf_core.context( pkg_name => 'PA_ACC_GEN_WF_PKG ',

2667: WHEN no_lookup_type
2668: THEN
2669: reset_error_stack; /* Bug 5233487 */
2670: -- Record standard workflow debugging message
2671: wf_core.context( pkg_name => 'PA_ACC_GEN_WF_PKG ',
2672: proc_name => 'PA_SEG_LOOKUP_SET_VALUE',
2673: arg1 => 'Lookup Set:' || l_seg_value_lookup_set_name,
2674: arg2 => 'Intermediate Value: ' || l_intermediate_value,
2675: arg3 => 'Lookup type null',

Line 2705: wf_core.context( pkg_name => 'PA_ACC_GEN_WF_PKG ',

2701: WHEN no_lookup_code
2702: THEN
2703: reset_error_stack; /* Bug 5233487 */
2704: -- Record standard workflow debugging message
2705: wf_core.context( pkg_name => 'PA_ACC_GEN_WF_PKG ',
2706: proc_name => 'PA_SEG_LOOKUP_SET_VALUE',
2707: arg1 => 'Lookup Set:' || l_seg_value_lookup_set_name,
2708: arg2 => 'Intermediate Value: ' || l_intermediate_value,
2709: arg3 => 'Lookup code null',

Line 2746: wf_core.context( pkg_name => 'PA_ACC_GEN_WF_PKG ',

2742: WHEN no_data_found
2743: THEN
2744: reset_error_stack; /* Bug 5233487 */
2745: -- Record standard workflow debugging message
2746: wf_core.context( pkg_name => 'PA_ACC_GEN_WF_PKG ',
2747: proc_name => 'PA_SEG_LOOKUP_SET_VALUE',
2748: arg1 => 'Lookup Set:' || l_seg_value_lookup_set_name,
2749: arg2 => 'Intermediate Value: ' || l_intermediate_value,
2750: arg3 => 'Lookup code null',

Line 2812: wf_core.context( pkg_name => 'PA_ACC_GEN_WF_PKG ',

2808:
2809: x_result := 'COMPLETE:FAILURE';
2810:
2811: -- Record standard workflow debugging message
2812: wf_core.context( pkg_name => 'PA_ACC_GEN_WF_PKG ',
2813: proc_name => 'PA_SEG_LOOKUP_SET_VALUE',
2814: arg1 => 'Lookup Set:' || l_seg_value_lookup_set_name,
2815: arg2 => 'Intermediate Value: ' || l_intermediate_value,
2816: arg3 => null,

Line 3066: wf_core.context( pkg_name => 'PA_ACC_GEN_WF_PKG ',

3062:
3063: x_result := 'COMPLETE:FAILURE';
3064:
3065: -- Record standard workflow debugging message
3066: wf_core.context( pkg_name => 'PA_ACC_GEN_WF_PKG ',
3067: proc_name => 'PA_AA_FUNCTION_TRANSACTION',
3068: arg1 => 'Function Transaction Code' || l_ft_code,
3069: arg2 => 'Project Type Class Code: ' || l_ptype_class_code,
3070: arg3 => null,