DBA Data[Home] [Help]

APPS.PA_FP_CALC_PLAN_PKG dependencies on PA_UTILS

Line 1714: pa_utils.add_message

1710: ) IS
1711:
1712: BEGIN
1713: If P_MSG_name is NOT NULL Then
1714: pa_utils.add_message
1715: ( p_app_short_name => 'PA'
1716: ,p_msg_name => P_MSG_NAME
1717: ,p_token1 => p_token1
1718: ,p_value1 => p_value1

Line 8479: pa_utils.add_message

8475: /* when calculate api is called in apply progress mode ensure that etc start date is populated */
8476: IF (NVL(p_apply_progress_flag,'N') = 'Y' AND g_spread_from_date is NULL) Then
8477: l_stage := 15;
8478: print_msg(l_stage||' ETC START DATE NULL for apply progress call');
8479: pa_utils.add_message
8480: ( p_app_short_name => 'PA'
8481: ,p_msg_name => 'PA_FP_ETCSTARTDATE_NULL'
8482: ,p_token1 => 'BUDGET_VERSION_ID'
8483: ,p_value1 => p_budget_version_id

Line 8649: /*pa_utils.add_message

8645:
8646: IF l_tab_count = 0 THEN
8647: l_stage := 130;
8648: print_msg(to_char(l_stage)||' No resource assignments exists simply return with success');
8649: /*pa_utils.add_message
8650: ( p_app_short_name => 'PA',
8651: p_msg_name => 'PA_FP_CALC_RA_BL_REQ',
8652: p_token1 => 'BUDGET_VERSION_ID',
8653: p_value1 => p_budget_version_id,

Line 11607: pa_utils.add_message

11603: --print_msg('ReturnSts of PA_MULTI_CURRENCY_BILLING ['||nvl(l_return_status,'S')||']RevRateTyp['||g_proj_rev_rate_type||']');
11604: If ( NVL(l_return_status,'S') <> 'S' OR g_proj_rev_rate_type is NULL ) Then
11605: --print_msg('Error Occured from MultiCurrencyBilling API:x_msg_data['||x_msg_data||']');
11606: x_return_status := 'E';
11607: pa_utils.add_message
11608: ( p_app_short_name => 'PA'
11609: ,p_msg_name => 'PA_FP_MULTI_CURR_BILL_ERROR'
11610: ,p_token1 => 'Error_Message'
11611: ,p_value1 => x_msg_data

Line 11668: pa_utils.add_message

11664: IF x_final_txn_exch_rate is NULL OR l_status is NOT NULL Then
11665: print_msg('The error from currency conv api');
11666: x_return_status := 'E';
11667: l_return_status := 'E';
11668: pa_utils.add_message
11669: ( p_app_short_name => 'PA'
11670: ,p_msg_name => 'PA_FP_PROJ_NO_TXNCONVRATE'
11671: ,p_token1 => 'G_PROJECT_NAME'
11672: ,p_value1 => g_project_name

Line 12867: pa_utils.add_message

12863: If l_return_status = 'U' Then
12864: x_raw_cost_rejection_code := substr('PA_FP_ERROR_FROM_RATE_API_CALL',1,30);
12865: x_burden_cost_rejection_code := substr(SQLERRM,1,30);
12866: x_revenue_rejection_code := substr('PA_FP_ERROR_FROM_RATE_API_CALL',1,30);
12867: pa_utils.add_message
12868: ( p_app_short_name => 'PA'
12869: ,p_msg_name => 'PA_FP_ERROR_FROM_RATE_API_CALL'
12870: ,p_token1 => 'G_PROJECT_NAME'
12871: ,p_value1 => g_project_name

Line 12895: pa_utils.add_message

12891: x_burden_cost_rejection_code := substr(SQLERRM,1,30);
12892: x_revenue_rejection_code := substr('PA_FP_ERROR_FROM_RATE_API_CALL',1,30);
12893: If l_return_status = 'U' Then
12894: x_return_status := l_return_status;
12895: pa_utils.add_message
12896: ( p_app_short_name => 'PA'
12897: ,p_msg_name => 'PA_FP_ERROR_FROM_RATE_API_CALL'
12898: ,p_token1 => 'G_PROJECT_NAME'
12899: ,p_value1 => g_project_name