DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_COST_PLUS1

Line 3568: -- pa_cost_plus1.get_indirect_cost_import procedure.

3564:
3565: -- All the below logic is commented for 2798971 has been
3566: -- handled while calculating the Burdened cost.
3567: -- After this change Burden Cost is calculated by calling
3568: -- pa_cost_plus1.get_indirect_cost_import procedure.
3569: -- instead of compiled multiplier since this was leading to
3570: -- a penny difference in Burden cost and Accrued revenue.
3571: /* --Commented code for Bug 2798971
3572: IF ( nvl(G_burdened_flag,'N') = 'N' ) AND

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

3573: ( nvl( G_gl_accted_flag,'N' ) = 'Y') AND
3574: ( nvl(G_proj_bcost_flag, 'N') = 'Y') THEN
3575:
3576: IF PG_DEBUG = 'Y' THEN
3577: pa_debug.G_err_stage := 'Calling pa_cost_plus1.get_compile_set_info';
3578: log_message('log_message: ' || pa_debug.G_err_Stage);
3579: END IF;
3580: pa_cost_plus1.get_compile_set_info(
3581: task_id => G_task_id,

Line 3580: pa_cost_plus1.get_compile_set_info(

3576: IF PG_DEBUG = 'Y' THEN
3577: pa_debug.G_err_stage := 'Calling pa_cost_plus1.get_compile_set_info';
3578: log_message('log_message: ' || pa_debug.G_err_Stage);
3579: END IF;
3580: pa_cost_plus1.get_compile_set_info(
3581: task_id => G_task_id,
3582: p_txn_interface_id => X_txn_interface_id, -- added for bug 2563364
3583: effective_date => X_ei_date,
3584: expenditure_type => X_etype,

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

3754:
3755: /* Added code for 2798971 */
3756: IF (nvl(G_proj_bcost_flag, 'N') = 'Y') THEN
3757: IF PG_DEBUG = 'Y' THEN
3758: pa_debug.G_err_stage := 'Calling pa_cost_plus1.get_indirect_cost_import';
3759: log_message('log_message: ' || pa_debug.G_err_Stage);
3760: END IF;
3761: pa_cost_plus1.get_indirect_cost_import (
3762: task_id => G_task_id,

Line 3761: pa_cost_plus1.get_indirect_cost_import (

3757: IF PG_DEBUG = 'Y' THEN
3758: pa_debug.G_err_stage := 'Calling pa_cost_plus1.get_indirect_cost_import';
3759: log_message('log_message: ' || pa_debug.G_err_Stage);
3760: END IF;
3761: pa_cost_plus1.get_indirect_cost_import (
3762: task_id => G_task_id,
3763: p_txn_interface_id => X_txn_interface_id, -- added for bug 3246794
3764: effective_date => X_ei_date,
3765: expenditure_type => X_etype,