DBA Data[Home] [Help]

APPS.PA_FP_CALC_PLAN_PUB dependencies on STANDARD

Line 33: * @param p_api_version_number API standard: version number

29: * This API is used to refresh the cost rates and conversion rates (depending on the IN parameters) of either
30: * all the planning resources in the entire budget version or specific planning resources in the budget version.
31: * It supports both the workplan and financial plan structures, and it performs all validation and security checks before
32: * refreshing rates.
33: * @param p_api_version_number API standard: version number
34: * @rep:paraminfo {@rep:required}
35: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
36: * @param p_commit API standard (default = F): indicates if the transaction will be committed
37: * @param p_pm_product_code Code identifying the external system

Line 35: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

31: * It supports both the workplan and financial plan structures, and it performs all validation and security checks before
32: * refreshing rates.
33: * @param p_api_version_number API standard: version number
34: * @rep:paraminfo {@rep:required}
35: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
36: * @param p_commit API standard (default = F): indicates if the transaction will be committed
37: * @param p_pm_product_code Code identifying the external system
38: * @rep:paraminfo {@rep:required}
39: * @param p_project_id Identifier of the project

Line 36: * @param p_commit API standard (default = F): indicates if the transaction will be committed

32: * refreshing rates.
33: * @param p_api_version_number API standard: version number
34: * @rep:paraminfo {@rep:required}
35: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
36: * @param p_commit API standard (default = F): indicates if the transaction will be committed
37: * @param p_pm_product_code Code identifying the external system
38: * @rep:paraminfo {@rep:required}
39: * @param p_project_id Identifier of the project
40: * @param p_pm_project_reference The reference code that uniquely identifies the project in the external system

Line 54: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)

50: * @param p_txn_curr_code_tab The transaction currency code. If this parameter has a value, only amounts in the specified transaction currencies are refreshed.
51: * @param p_refresh_cost_bill_rates_flag Flag indicating if cost and bill rates are refreshed. Accepted values are Y and N.
52: * @param p_refresh_conv_rates_flag Flag indicating if conversion rates are refreshed. Accepted values are Y and N.
53: * @param p_budget_version_id Identifier of the budget version
54: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
55: * @param x_msg_count API standard: number of error messages
56: * @param x_msg_data API standard: error message
57: * @rep:paraminfo {@rep:precision 2000}
58: * @rep:scope public

Line 55: * @param x_msg_count API standard: number of error messages

51: * @param p_refresh_cost_bill_rates_flag Flag indicating if cost and bill rates are refreshed. Accepted values are Y and N.
52: * @param p_refresh_conv_rates_flag Flag indicating if conversion rates are refreshed. Accepted values are Y and N.
53: * @param p_budget_version_id Identifier of the budget version
54: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
55: * @param x_msg_count API standard: number of error messages
56: * @param x_msg_data API standard: error message
57: * @rep:paraminfo {@rep:precision 2000}
58: * @rep:scope public
59: * @rep:lifecycle active

Line 56: * @param x_msg_data API standard: error message

52: * @param p_refresh_conv_rates_flag Flag indicating if conversion rates are refreshed. Accepted values are Y and N.
53: * @param p_budget_version_id Identifier of the budget version
54: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
55: * @param x_msg_count API standard: number of error messages
56: * @param x_msg_data API standard: error message
57: * @rep:paraminfo {@rep:precision 2000}
58: * @rep:scope public
59: * @rep:lifecycle active
60: * @rep:displayname Refresh Rates