DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_COST_PLUS1

Line 3998: -- pa_cost_plus1.get_indirect_cost_import procedure.

3994:
3995: -- All the below logic is commented for 2798971 has been
3996: -- handled while calculating the Burdened cost.
3997: -- After this change Burden Cost is calculated by calling
3998: -- pa_cost_plus1.get_indirect_cost_import procedure.
3999: -- instead of compiled multiplier since this was leading to
4000: -- a penny difference in Burden cost and Accrued revenue.
4001: /* --Commented code for Bug 2798971
4002: IF ( nvl(G_burdened_flag,'N') = 'N' ) AND

Line 4007: pa_debug.G_err_stage := 'Calling pa_cost_plus1.get_compile_set_info';

4003: ( nvl( G_gl_accted_flag,'N' ) = 'Y') AND
4004: ( nvl(G_proj_bcost_flag, 'N') = 'Y') THEN
4005:
4006: IF PG_DEBUG = 'Y' THEN
4007: pa_debug.G_err_stage := 'Calling pa_cost_plus1.get_compile_set_info';
4008: log_message('log_message: ' || pa_debug.G_err_Stage);
4009: END IF;
4010: pa_cost_plus1.get_compile_set_info(
4011: task_id => G_task_id,

Line 4010: pa_cost_plus1.get_compile_set_info(

4006: IF PG_DEBUG = 'Y' THEN
4007: pa_debug.G_err_stage := 'Calling pa_cost_plus1.get_compile_set_info';
4008: log_message('log_message: ' || pa_debug.G_err_Stage);
4009: END IF;
4010: pa_cost_plus1.get_compile_set_info(
4011: task_id => G_task_id,
4012: p_txn_interface_id => X_txn_interface_id, -- added for bug 2563364
4013: effective_date => X_ei_date,
4014: expenditure_type => X_etype,

Line 4188: pa_debug.G_err_stage := 'Calling pa_cost_plus1.get_indirect_cost_import';

4184:
4185: /* Added code for 2798971 */
4186: IF (nvl(G_proj_bcost_flag, 'N') = 'Y') THEN
4187: IF PG_DEBUG = 'Y' THEN
4188: pa_debug.G_err_stage := 'Calling pa_cost_plus1.get_indirect_cost_import';
4189: log_message('log_message: ' || pa_debug.G_err_Stage);
4190: END IF;
4191: pa_cost_plus1.get_indirect_cost_import (
4192: task_id => G_task_id,

Line 4191: pa_cost_plus1.get_indirect_cost_import (

4187: IF PG_DEBUG = 'Y' THEN
4188: pa_debug.G_err_stage := 'Calling pa_cost_plus1.get_indirect_cost_import';
4189: log_message('log_message: ' || pa_debug.G_err_Stage);
4190: END IF;
4191: pa_cost_plus1.get_indirect_cost_import (
4192: task_id => G_task_id,
4193: p_txn_interface_id => X_txn_interface_id, -- added for bug 3246794
4194: effective_date => X_ei_date,
4195: expenditure_type => X_etype,