DBA Data[Home] [Help]

APPS.PA_PROJECT_STRUCTURE_UTILS dependencies on FND_MSG_PUB

Line 112: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',

108:
109: -- 4537865 RESET OUT PARAMS
110: x_error_message_code := SQLERRM ;
111:
112: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',
113: p_procedure_name => 'Check_Delete_Structure_Ver_Ok');
114: RAISE;
115: END Check_Delete_Structure_Ver_Ok;
116:

Line 320: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',

316: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
317: -- 4537865 RESET OUT PARAMS
318: x_error_message_code := SQLERRM ;
319:
320: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',
321: p_procedure_name => 'Check_Structure_Type_Exists');
322: RAISE;
323: END Check_Structure_Type_Exists;
324:

Line 695: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',

691: -- 4537865 RESET OUT PARAMS
692: x_structure_version_name := NULL ;
693: x_error_message_code := SQLERRM ;
694:
695: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',
696: p_procedure_name => 'Get_New_Struc_Ver_Name');
697: RAISE;
698: END;
699:

Line 1389: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',

1385: p_min_sch_start_date := NULL ;
1386: p_rollup_last_update_date := NULL ;
1387: p_max_sch_finish_date := NULL ;
1388:
1389: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',
1390: p_procedure_name => 'Get_Rollup_Dates',
1391: p_error_text => SUBSTRB(SQLERRM,1,240)
1392: );
1393: RAISE ;

Line 1453: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',

1449: EXCEPTION
1450: WHEN OTHERS THEN
1451: p_structure_version_id := NULL;
1452:
1453: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',
1454: p_procedure_name => 'Get_Workplan_Version',
1455: p_error_text => SUBSTRB(SQLERRM,1,240)
1456: );
1457: RAISE ;

Line 1518: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',

1514: EXCEPTION
1515: WHEN OTHERS THEN
1516: p_structure_version_id := NULL;
1517:
1518: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',
1519: p_procedure_name => 'Get_Financial_Version',
1520: p_error_text => SUBSTRB(SQLERRM,1,240)
1521: );
1522: RAISE ;

Line 1701: x_msg_count := FND_MSG_PUB.count_msg;

1697: CLOSE get_missing_tasks;
1698: END IF;
1699: CLOSE get_latest_pub_ver;
1700:
1701: x_msg_count := FND_MSG_PUB.count_msg;
1702: IF (x_msg_count > 0) THEN
1703: raise FND_API.G_EXC_ERROR;
1704: END IF;
1705:

Line 1716: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',

1712: --4537865
1713: x_msg_count := 1;
1714: x_msg_data := SQLERRM ;
1715:
1716: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',
1717: p_procedure_name => 'check_miss_transaction_tasks',
1718: p_error_text => x_msg_data); -- 4537865
1719: RAISE;
1720: END check_miss_transaction_tasks;

Line 1939: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',

1935: WHEN OTHERS THEN
1936: x_err_msg_code := SQLCODE;
1937: x_return_status := 'N'; -- Based on Usage of this API
1938:
1939: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',
1940: p_procedure_name => 'check_enable_wp_ok',
1941: p_error_text => SUBSTRB(SQLERRM,1,240)
1942: );
1943: RAISE ;

Line 2034: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',

2030: WHEN OTHERS THEN
2031: x_err_msg_code := SQLCODE;
2032: x_return_status := 'N'; -- Based on Usage of this API
2033:
2034: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',
2035: p_procedure_name => 'check_disable_wp_ok',
2036: p_error_text => SUBSTRB(SQLERRM,1,240)
2037: );
2038: RAISE ;

Line 2116: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',

2112: WHEN OTHERS THEN
2113: x_err_msg_code := SQLCODE;
2114: x_return_status := 'N'; -- Based on Usage of this API
2115:
2116: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',
2117: p_procedure_name => 'check_sharing_on_ok',
2118: p_error_text => SUBSTRB(SQLERRM,1,240)
2119: );
2120: RAISE ;

Line 2176: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',

2172: WHEN OTHERS THEN
2173: x_err_msg_code := SQLCODE;
2174: x_return_status := 'N'; -- Based on Usage of this API
2175:
2176: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',
2177: p_procedure_name => 'check_sharing_off_ok',
2178: p_error_text => SUBSTRB(SQLERRM,1,240)
2179: );
2180: RAISE ;

Line 2341: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',

2337: WHEN OTHERS THEN
2338: x_err_msg_code := SQLCODE;
2339: x_return_status := 'N'; -- Based on Usage of this API
2340:
2341: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',
2342: p_procedure_name => 'check_versioning_on_ok',
2343: p_error_text => SUBSTRB(SQLERRM,1,240)
2344: );
2345: RAISE ;

Line 2392: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',

2388: WHEN OTHERS THEN
2389: x_err_msg_code := SQLCODE;
2390: x_return_status := 'N'; -- Based on Usage of this API
2391:
2392: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',
2393: p_procedure_name => 'check_versioning_off_ok',
2394: p_error_text => SUBSTRB(SQLERRM,1,240)
2395: );
2396: RAISE ;

Line 2934: x_msg_count := FND_MSG_PUB.count_msg;

2930: END IF;
2931: END LOOP;
2932: CLOSE c1;
2933:
2934: x_msg_count := FND_MSG_PUB.count_msg;
2935: IF (x_msg_count > 0) THEN
2936: raise FND_API.G_EXC_ERROR;
2937: END IF;
2938:

Line 2943: x_msg_count := FND_MSG_PUB.count_msg; -- 4537865

2939: x_return_status := FND_API.G_RET_STS_SUCCESS;
2940: EXCEPTION
2941: WHEN FND_API.G_EXC_ERROR THEN
2942: x_return_status := FND_API.G_RET_STS_ERROR;
2943: x_msg_count := FND_MSG_PUB.count_msg; -- 4537865
2944: x_msg_data := l_message_text ; -- 4537865
2945:
2946: WHEN OTHERS THEN
2947: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 2950: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',

2946: WHEN OTHERS THEN
2947: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2948: x_msg_count := 1; -- 4537865
2949: x_msg_data := SQLERRM ; -- 4537865
2950: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',
2951: p_procedure_name => 'Check_txn_on_summary_tasks',
2952: p_error_text => x_msg_data); -- 4537865
2953: RAISE;
2954: END Check_txn_on_summary_tasks;

Line 3043: x_msg_count := FND_MSG_PUB.count_msg;

3039: CLOSE c2;
3040: END LOOP;
3041: CLOSE c1;
3042:
3043: x_msg_count := FND_MSG_PUB.count_msg;
3044: IF (x_msg_count > 0) THEN
3045: raise FND_API.G_EXC_ERROR;
3046: END IF;
3047:

Line 3053: x_msg_count := FND_MSG_PUB.count_msg; -- 4537865

3049:
3050: EXCEPTION
3051: WHEN FND_API.G_EXC_ERROR THEN
3052: x_return_status := FND_API.G_RET_STS_ERROR;
3053: x_msg_count := FND_MSG_PUB.count_msg; -- 4537865
3054: x_msg_data := 'PA_PS_PUB_TK_STATS_ERR'; -- 4537865
3055:
3056: WHEN OTHERS THEN
3057: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 3060: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',

3056: WHEN OTHERS THEN
3057: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3058: x_msg_count := 1; -- 4537865
3059: x_msg_data := SQLERRM ; -- 4537865
3060: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',
3061: p_procedure_name => 'Check_tasks_statuses_valid',
3062: p_error_text => x_msg_data ); -- 4537865
3063: RAISE;
3064: END check_tasks_statuses_valid;

Line 3617: l_msg_count := FND_MSG_PUB.count_msg;

3613:
3614: WHEN Invalid_Arg_Exc_WP THEN
3615:
3616: x_return_status := FND_API.G_RET_STS_ERROR;
3617: l_msg_count := FND_MSG_PUB.count_msg;
3618:
3619: -- 4537865 RESET OUT PARAMS
3620: x_request_id := NULL ;
3621: x_process_code := NULL ;

Line 3662: FND_MSG_PUB.add_exc_msg

3658: IF cur_request_details%ISOPEN THEN
3659: CLOSE cur_request_details;
3660: END IF;
3661:
3662: FND_MSG_PUB.add_exc_msg
3663: ( p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS'
3664: ,p_procedure_name => 'GET_CONC_REQUEST_DETAILS'
3665: ,p_error_text => x_msg_data);
3666:

Line 4456: Fnd_Msg_Pub.add_exc_msg

4452: x_message_type := NULL ;
4453: x_structure_version_id := NULL ;
4454: x_conc_request_id := NULL ;
4455:
4456: Fnd_Msg_Pub.add_exc_msg
4457: ( p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS'
4458: , p_procedure_name => 'GET_PROCESS_STATUS_MSG'
4459: , p_error_text => SUBSTRB(SQLERRM,1,240));
4460:

Line 4716: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',

4712: x_message_name := NULL ;
4713: x_message_type := NULL ;
4714: x_structure_version_id := NULL ;
4715: x_conc_request_id := NULL ;
4716: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',
4717: p_procedure_name => 'get_structure_msg',
4718: p_error_text => SUBSTRB(SQLERRM,1,240));
4719: RAISE;
4720: end get_structure_msg;

Line 4819: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',

4815:
4816: when others then
4817: /* rollback to lock_unlock_wp_str; bug#6414944*/
4818: rollback; /*Bug# 6414944*/
4819: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',
4820: p_procedure_name => 'lock_unlock_wp_str_autonomous',
4821: p_error_text => SUBSTRB(SQLERRM,1,240));
4822:
4823: end lock_unlock_wp_str_autonomous;

Line 4915: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',

4911: rollback to lock_unlock_wp_str2;
4912:
4913: when others then
4914: rollback to lock_unlock_wp_str2;
4915: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_UTILS',
4916: p_procedure_name => 'lock_unlock_wp_str',
4917: p_error_text => SUBSTRB(SQLERRM,1,240));
4918:
4919: end lock_unlock_wp_str;

Line 5034: FND_MSG_PUB.add;

5030: -- Commenting out the following as the messages are changed in the FD.
5031: -- Now as per the latest FD the above message doesnt need any tokens.
5032: -- FND_MESSAGE.set_token('VER_NAME',l_version_name);
5033: -- FND_MESSAGE.set_token('VER_NUMBER',l_version_number);
5034: FND_MSG_PUB.add;
5035:
5036: return 'N';
5037: END IF;
5038:

Line 5045: FND_MSG_PUB.add;

5041: -- Commenting out the following as the messages are changed in the FD.
5042: -- Now as per the latest FD the above message doesnt need any tokens.
5043: -- FND_MESSAGE.set_token('VER_NAME',l_version_name);
5044: -- FND_MESSAGE.set_token('VER_NUMBER',l_version_number);
5045: FND_MSG_PUB.add;
5046:
5047: return 'N';
5048: END IF;
5049:

Line 5058: FND_MSG_PUB.add;

5054: -- Commenting out the following as the messages are changed in the FD.
5055: -- Now as per the latest FD the above message doesnt need any tokens.
5056: -- FND_MESSAGE.set_token('VER_NAME',l_version_name);
5057: -- FND_MESSAGE.set_token('VER_NUMBER',l_version_number);
5058: FND_MSG_PUB.add;
5059: CLOSE link_exists_cur;
5060: return 'N';
5061: END IF;
5062: CLOSE link_exists_cur;