DBA Data[Home] [Help]

APPS.PA_FP_COPY_FROM_PKG dependencies on PA_FP_PLANNING_TRANSACTION_PUB

Line 1879: from pa_fp_planning_transaction_pub.copy_planning_transactions.This API will be used

1875:
1876:
1877: /*====================================================================================
1878: Bug 3354518 - FP M changes - This is an overloaded API. This API will be called
1879: from pa_fp_planning_transaction_pub.copy_planning_transactions.This API will be used
1880: to populate the global temporary table PA_FP_RA_MAP_TEMP which will be used for
1881: the creation of target resource assignment records.
1882:
1883: New columns in pa_fp_ra_map_tmp that will be used for FP M are given below

Line 8907: pa_fp_planning_transaction_pub.add_wp_plan_type

8903:
8904: END IF;
8905:
8906: --Derive the workplan fin plan type id
8907: pa_fp_planning_transaction_pub.add_wp_plan_type
8908: (p_src_project_id => p_source_project_id
8909: ,p_targ_project_id => p_target_project_id
8910: ,x_return_status => x_return_status
8911: ,x_msg_count => x_msg_count

Line 8917: pa_debug.g_err_stage:='pa_fp_planning_transaction_pub.add_wp_plan_type returned error';

8913:
8914: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
8915:
8916: IF l_debug_mode = 'Y' THEN
8917: pa_debug.g_err_stage:='pa_fp_planning_transaction_pub.add_wp_plan_type returned error';
8918: pa_debug.write( l_module_name,pa_debug.g_err_stage,l_debug_level5);
8919: END IF;
8920: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
8921:

Line 9145: pa_fp_planning_transaction_pub.copy_planning_transactions(

9141:
9142:
9143:
9144: --Calling the copy planning txn API
9145: pa_fp_planning_transaction_pub.copy_planning_transactions(
9146: p_context => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_WORKPLAN
9147: ,p_copy_external_flag => l_copy_external_flag
9148: ,p_src_project_id => p_source_project_id
9149: ,p_target_project_id => p_target_project_id