DBA Data[Home] [Help]

APPS.PA_FP_CALC_PLAN_PKG dependencies on PA_UTILS

Line 1684: pa_utils.add_message

1680: ) IS
1681:
1682: BEGIN
1683: If P_MSG_name is NOT NULL Then
1684: pa_utils.add_message
1685: ( p_app_short_name => 'PA'
1686: ,p_msg_name => P_MSG_NAME
1687: ,p_token1 => p_token1
1688: ,p_value1 => p_value1

Line 8372: pa_utils.add_message

8368: /* when calculate api is called in apply progress mode ensure that etc start date is populated */
8369: IF (NVL(p_apply_progress_flag,'N') = 'Y' AND g_spread_from_date is NULL) Then
8370: l_stage := 15;
8371: print_msg(l_stage||' ETC START DATE NULL for apply progress call');
8372: pa_utils.add_message
8373: ( p_app_short_name => 'PA'
8374: ,p_msg_name => 'PA_FP_ETCSTARTDATE_NULL'
8375: ,p_token1 => 'BUDGET_VERSION_ID'
8376: ,p_value1 => p_budget_version_id

Line 8542: /*pa_utils.add_message

8538:
8539: IF l_tab_count = 0 THEN
8540: l_stage := 130;
8541: print_msg(to_char(l_stage)||' No resource assignments exists simply return with success');
8542: /*pa_utils.add_message
8543: ( p_app_short_name => 'PA',
8544: p_msg_name => 'PA_FP_CALC_RA_BL_REQ',
8545: p_token1 => 'BUDGET_VERSION_ID',
8546: p_value1 => p_budget_version_id,

Line 11427: pa_utils.add_message

11423: --print_msg('ReturnSts of PA_MULTI_CURRENCY_BILLING ['||nvl(l_return_status,'S')||']RevRateTyp['||g_proj_rev_rate_type||']');
11424: If ( NVL(l_return_status,'S') <> 'S' OR g_proj_rev_rate_type is NULL ) Then
11425: --print_msg('Error Occured from MultiCurrencyBilling API:x_msg_data['||x_msg_data||']');
11426: x_return_status := 'E';
11427: pa_utils.add_message
11428: ( p_app_short_name => 'PA'
11429: ,p_msg_name => 'PA_FP_MULTI_CURR_BILL_ERROR'
11430: ,p_token1 => 'Error_Message'
11431: ,p_value1 => x_msg_data

Line 11488: pa_utils.add_message

11484: IF x_final_txn_exch_rate is NULL OR l_status is NOT NULL Then
11485: print_msg('The error from currency conv api');
11486: x_return_status := 'E';
11487: l_return_status := 'E';
11488: pa_utils.add_message
11489: ( p_app_short_name => 'PA'
11490: ,p_msg_name => 'PA_FP_PROJ_NO_TXNCONVRATE'
11491: ,p_token1 => 'G_PROJECT_NAME'
11492: ,p_value1 => g_project_name

Line 12676: pa_utils.add_message

12672: If l_return_status = 'U' Then
12673: x_raw_cost_rejection_code := substr('PA_FP_ERROR_FROM_RATE_API_CALL',1,30);
12674: x_burden_cost_rejection_code := substr(SQLERRM,1,30);
12675: x_revenue_rejection_code := substr('PA_FP_ERROR_FROM_RATE_API_CALL',1,30);
12676: pa_utils.add_message
12677: ( p_app_short_name => 'PA'
12678: ,p_msg_name => 'PA_FP_ERROR_FROM_RATE_API_CALL'
12679: ,p_token1 => 'G_PROJECT_NAME'
12680: ,p_value1 => g_project_name

Line 12704: pa_utils.add_message

12700: x_burden_cost_rejection_code := substr(SQLERRM,1,30);
12701: x_revenue_rejection_code := substr('PA_FP_ERROR_FROM_RATE_API_CALL',1,30);
12702: If l_return_status = 'U' Then
12703: x_return_status := l_return_status;
12704: pa_utils.add_message
12705: ( p_app_short_name => 'PA'
12706: ,p_msg_name => 'PA_FP_ERROR_FROM_RATE_API_CALL'
12707: ,p_token1 => 'G_PROJECT_NAME'
12708: ,p_value1 => g_project_name