DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_UTILS2 dependencies on PA_UTILS

Line 685: pa_utils.Add_Message( p_app_short_name => 'PA'

681: ) IS
682:
683: BEGIN
684:
685: pa_utils.Add_Message( p_app_short_name => 'PA'
686: ,p_msg_name => p_msg_code
687: ,p_token1 => 'PROJECT'
688: ,p_value1 => p_project_token
689: ,p_token2 => 'TASK'

Line 1224: PA_UTILS.ADD_MESSAGE

1220: print_msg(g_debug_flag,l_proc_name,l_stage);
1221:
1222: If l_return_status <> 'S' and nvl(l_error_msg_code,'X') <> 'X' then
1223: --l_error_msg_code := getMsgtext(p_msg_name =>l_error_msg_code);
1224: PA_UTILS.ADD_MESSAGE
1225: ( p_app_short_name => 'PA'
1226: ,p_msg_name =>l_error_msg_code
1227: );
1228: l_msg_count := l_msg_count +1;

Line 1259: PA_UTILS.ADD_MESSAGE

1255: print_msg(g_debug_flag,l_proc_name,l_stage);
1256:
1257: If l_return_status <> 'S' and nvl(l_error_msg_code,'X') <> 'X' then
1258: --l_error_msg_code := getMsgtext(p_msg_name =>l_error_msg_code);
1259: PA_UTILS.ADD_MESSAGE
1260: ( p_app_short_name => 'PA'
1261: ,p_msg_name =>l_error_msg_code
1262: );
1263: l_msg_count := l_msg_count +1;

Line 1294: PA_UTILS.ADD_MESSAGE

1290: print_msg(g_debug_flag,l_proc_name,l_stage);
1291:
1292: If l_return_status <> 'S' and nvl(l_error_msg_code,'X') <> 'X' then
1293: --l_error_msg_code := getMsgtext(p_msg_name =>l_error_msg_code);
1294: PA_UTILS.ADD_MESSAGE
1295: ( p_app_short_name => 'PA'
1296: ,p_msg_name =>l_error_msg_code
1297: );
1298: l_msg_count := l_msg_count +1;

Line 1330: PA_UTILS.ADD_MESSAGE

1326: print_msg(g_debug_flag,l_proc_name,l_stage);
1327:
1328: If l_return_status <> 'S' and nvl(l_error_msg_code,'X') <> 'X' then
1329: --l_error_msg_code := getMsgtext(p_msg_name =>l_error_msg_code);
1330: PA_UTILS.ADD_MESSAGE
1331: ( p_app_short_name => 'PA'
1332: ,p_msg_name =>l_error_msg_code
1333: );
1334: l_msg_count := l_msg_count +1;

Line 2135: pa_utils.Add_Message

2131: END IF;
2132: EXCEPTION
2133: WHEN INVALID_EXCEPTION THEN
2134: If p_calling_mode = 'CALCULATE_API' Then
2135: pa_utils.Add_Message
2136: (p_app_short_name => 'PA'
2137: ,p_msg_name => l_error_msg_code
2138: ,p_token1 => 'BUDGET_VERSION_ID'
2139: ,p_value1 => p_budget_version_id

Line 3399: pa_utils.add_message

3395: End If;
3396: l_stage := 'Return Sts of Rate API['||l_return_status||']msgData['||x_msg_data||']';
3397: If l_return_status = 'U' Then
3398: x_return_status := l_return_status;
3399: pa_utils.add_message
3400: (p_app_short_name => 'PA'
3401: ,p_msg_name => 'PA_FP_ERROR_FROM_RATE_API_CALL'
3402: ,p_token1 => 'G_PROJECT_NAME'
3403: ,p_value1 => rate_rec.project_name

Line 3422: pa_utils.add_message

3418: x_raw_cost_rejection_code := substr('PA_FP_ERROR_FROM_RATE_API_CALL',1,30);
3419: x_burden_cost_rejection_code := substr(SQLERRM,1,30);
3420: x_revenue_rejection_code := substr('PA_FP_ERROR_FROM_RATE_API_CALL',1,30);
3421: x_return_status := l_return_status;
3422: pa_utils.add_message
3423: (p_app_short_name => 'PA'
3424: ,p_msg_name => 'PA_FP_ERROR_FROM_RATE_API_CALL'
3425: ,p_token1 => 'G_PROJECT_NAME'
3426: ,p_value1 => rate_rec.project_name

Line 3504: pa_utils.add_message

3500: print_msg(l_debug_flag,l_proc_name,l_stage);
3501: IF x_final_txn_exch_rate is NULL OR l_status is NOT NULL Then
3502: x_return_status := 'U';
3503: l_return_status := 'U';
3504: pa_utils.add_message
3505: ( p_app_short_name => 'PA'
3506: ,p_msg_name => 'PA_FP_PROJ_NO_TXNCONVRATE'
3507: ,p_token1 => 'G_PROJECT_NAME'
3508: ,p_value1 => rate_rec.project_name

Line 3690: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA'

3686: END IF;
3687:
3688: x_return_status := FND_API.G_RET_STS_ERROR;
3689:
3690: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA'
3691: ,p_msg_name => 'PA_FP_INV_PARAM_PASSED');
3692:
3693: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
3694: