DBA Data[Home] [Help]

APPS.PA_ACC_GEN_WF_PKG dependencies on WF_CORE

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

1451: x_error_message := g_encoded_error_message;
1452: reset_error_stack;
1453: /* Bug 5233487 - End */
1454:
1455: wf_core.context( pkg_name => 'pa_acc_gen_wf_pkg',
1456: proc_name => 'ap_er_generate_account',
1457: arg1 => 'Project id: '||p_project_id,
1458: arg2 => 'Task id: '||p_task_id,
1459: arg3 => 'Vendor id: '||p_vendor_id,

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

2203: reset_error_stack;
2204: /* Bug 5233487 - End */
2205:
2206:
2207: wf_core.context( pkg_name => 'pa_acc_gen_wf_pkg',
2208: proc_name => 'ap_inv_generate_account',
2209: arg1 => 'Project id: '||p_project_id,
2210: arg2 => 'Task id: '||p_task_id,
2211: arg3 => 'Vendor id: '||p_vendor_id,

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

2364: -- Record error using generic error message routine for debugging and
2365: -- raise it
2366: -----------------------------------------------------------------------
2367:
2368: wf_core.context( pkg_name => 'pa_acc_gen_wf_pkg',
2369: proc_name => 'ap_inv_upgrade_flex_account',
2370: arg1 => 'Project Id: ' ||l_project_id,
2371: arg2 => 'Task Id: ' ||l_task_id,
2372: arg3 => 'Vendor Id: ' ||l_vendor_id,

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

2427: -- Record error using generic error message routine for debugging and
2428: -- raise it
2429: -----------------------------------------------------------------------
2430:
2431: wf_core.context( pkg_name => 'pa_acc_gen_wf_pkg ',
2432: proc_name => 'ap_inv_acc_undefined_rules',
2433: arg1 => 'Error: Default workflow not defined',
2434: arg2 => null,
2435: arg3 => null,

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

2568: WHEN no_lookup_type
2569: THEN
2570: reset_error_stack; /* Bug 5233487 */
2571: -- Record standard workflow debugging message
2572: wf_core.context( pkg_name => 'PA_ACC_GEN_WF_PKG ',
2573: proc_name => 'PA_SEG_LOOKUP_SET_VALUE',
2574: arg1 => 'Lookup Set:' || l_seg_value_lookup_set_name,
2575: arg2 => 'Intermediate Value: ' || l_intermediate_value,
2576: arg3 => 'Lookup type null',

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

2602: WHEN no_lookup_code
2603: THEN
2604: reset_error_stack; /* Bug 5233487 */
2605: -- Record standard workflow debugging message
2606: wf_core.context( pkg_name => 'PA_ACC_GEN_WF_PKG ',
2607: proc_name => 'PA_SEG_LOOKUP_SET_VALUE',
2608: arg1 => 'Lookup Set:' || l_seg_value_lookup_set_name,
2609: arg2 => 'Intermediate Value: ' || l_intermediate_value,
2610: arg3 => 'Lookup code null',

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

2643: WHEN no_data_found
2644: THEN
2645: reset_error_stack; /* Bug 5233487 */
2646: -- Record standard workflow debugging message
2647: wf_core.context( pkg_name => 'PA_ACC_GEN_WF_PKG ',
2648: proc_name => 'PA_SEG_LOOKUP_SET_VALUE',
2649: arg1 => 'Lookup Set:' || l_seg_value_lookup_set_name,
2650: arg2 => 'Intermediate Value: ' || l_intermediate_value,
2651: arg3 => 'Lookup code null',

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

2709:
2710: x_result := 'COMPLETE:FAILURE';
2711:
2712: -- Record standard workflow debugging message
2713: wf_core.context( pkg_name => 'PA_ACC_GEN_WF_PKG ',
2714: proc_name => 'PA_SEG_LOOKUP_SET_VALUE',
2715: arg1 => 'Lookup Set:' || l_seg_value_lookup_set_name,
2716: arg2 => 'Intermediate Value: ' || l_intermediate_value,
2717: arg3 => null,

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

2963:
2964: x_result := 'COMPLETE:FAILURE';
2965:
2966: -- Record standard workflow debugging message
2967: wf_core.context( pkg_name => 'PA_ACC_GEN_WF_PKG ',
2968: proc_name => 'PA_AA_FUNCTION_TRANSACTION',
2969: arg1 => 'Function Transaction Code' || l_ft_code,
2970: arg2 => 'Project Type Class Code: ' || l_ptype_class_code,
2971: arg3 => null,