DBA Data[Home] [Help]

APPS.PA_ACC_GEN_WF_PKG dependencies on STANDARD

Line 119: Standard Invoice, as the case would be taken care in PAXTTXCB itself, for an Expense Report.

115: AND l_person_effective_date between EMP.effective_start_date
116: and NVL (EMP.effective_end_date, sysdate);
117:
118: /* Bug 6053374: Added the Exception block. Exception would be thrown only for a
119: Standard Invoice, as the case would be taken care in PAXTTXCB itself, for an Expense Report.
120: And for Standard Invoices, System should not throw an error even if the EI date does not fall
121: between effective_start_date and effective_end_date of the employee */
122: EXCEPTION
123: WHEN NO_DATA_FOUND THEN

Line 120: And for Standard Invoices, System should not throw an error even if the EI date does not fall

116: and NVL (EMP.effective_end_date, sysdate);
117:
118: /* Bug 6053374: Added the Exception block. Exception would be thrown only for a
119: Standard Invoice, as the case would be taken care in PAXTTXCB itself, for an Expense Report.
120: And for Standard Invoices, System should not throw an error even if the EI date does not fall
121: between effective_start_date and effective_end_date of the employee */
122: EXCEPTION
123: WHEN NO_DATA_FOUND THEN
124: null;

Line 2571: -- Record standard workflow debugging message

2567:
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,

Line 2605: -- Record standard workflow debugging message

2601:
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,

Line 2646: -- Record standard workflow debugging message

2642:
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,

Line 2712: -- Record standard workflow debugging message

2708: -- Return a failure so that the abort generation End function is called
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,

Line 2966: -- Record standard workflow debugging message

2962: -- Return a failure so that the abort generation End function is called
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,