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 2128: pa_utils.Add_Message

2124: END IF;
2125: EXCEPTION
2126: WHEN INVALID_EXCEPTION THEN
2127: If p_calling_mode = 'CALCULATE_API' Then
2128: pa_utils.Add_Message
2129: (p_app_short_name => 'PA'
2130: ,p_msg_name => l_error_msg_code
2131: ,p_token1 => 'BUDGET_VERSION_ID'
2132: ,p_value1 => p_budget_version_id

Line 3392: pa_utils.add_message

3388: End If;
3389: l_stage := 'Return Sts of Rate API['||l_return_status||']msgData['||x_msg_data||']';
3390: If l_return_status = 'U' Then
3391: x_return_status := l_return_status;
3392: pa_utils.add_message
3393: (p_app_short_name => 'PA'
3394: ,p_msg_name => 'PA_FP_ERROR_FROM_RATE_API_CALL'
3395: ,p_token1 => 'G_PROJECT_NAME'
3396: ,p_value1 => rate_rec.project_name

Line 3415: pa_utils.add_message

3411: x_raw_cost_rejection_code := substr('PA_FP_ERROR_FROM_RATE_API_CALL',1,30);
3412: x_burden_cost_rejection_code := substr(SQLERRM,1,30);
3413: x_revenue_rejection_code := substr('PA_FP_ERROR_FROM_RATE_API_CALL',1,30);
3414: x_return_status := l_return_status;
3415: pa_utils.add_message
3416: (p_app_short_name => 'PA'
3417: ,p_msg_name => 'PA_FP_ERROR_FROM_RATE_API_CALL'
3418: ,p_token1 => 'G_PROJECT_NAME'
3419: ,p_value1 => rate_rec.project_name

Line 3497: pa_utils.add_message

3493: print_msg(l_debug_flag,l_proc_name,l_stage);
3494: IF x_final_txn_exch_rate is NULL OR l_status is NOT NULL Then
3495: x_return_status := 'U';
3496: l_return_status := 'U';
3497: pa_utils.add_message
3498: ( p_app_short_name => 'PA'
3499: ,p_msg_name => 'PA_FP_PROJ_NO_TXNCONVRATE'
3500: ,p_token1 => 'G_PROJECT_NAME'
3501: ,p_value1 => rate_rec.project_name

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

3679: END IF;
3680:
3681: x_return_status := FND_API.G_RET_STS_ERROR;
3682:
3683: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA'
3684: ,p_msg_name => 'PA_FP_INV_PARAM_PASSED');
3685:
3686: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
3687: