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 8880: pa_fp_planning_transaction_pub.add_wp_plan_type

8876:
8877: END IF;
8878:
8879: --Derive the workplan fin plan type id
8880: pa_fp_planning_transaction_pub.add_wp_plan_type
8881: (p_src_project_id => p_source_project_id
8882: ,p_targ_project_id => p_target_project_id
8883: ,x_return_status => x_return_status
8884: ,x_msg_count => x_msg_count

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

8886:
8887: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
8888:
8889: IF l_debug_mode = 'Y' THEN
8890: pa_debug.g_err_stage:='pa_fp_planning_transaction_pub.add_wp_plan_type returned error';
8891: pa_debug.write( l_module_name,pa_debug.g_err_stage,l_debug_level5);
8892: END IF;
8893: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
8894:

Line 9118: pa_fp_planning_transaction_pub.copy_planning_transactions(

9114:
9115:
9116:
9117: --Calling the copy planning txn API
9118: pa_fp_planning_transaction_pub.copy_planning_transactions(
9119: p_context => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_WORKPLAN
9120: ,p_copy_external_flag => l_copy_external_flag
9121: ,p_src_project_id => p_source_project_id
9122: ,p_target_project_id => p_target_project_id