DBA Data[Home] [Help]

APPS.AMW_SETUP_RISK_TYPES_PVT dependencies on FND_MSG_PUB

Line 65: fnd_msg_pub.initialize;

61: END IF;
62:
63: -- initialize message list if p_init_msg_list is set to true
64: if FND_API.to_boolean(nvl(p_init_msg_list, FND_API.G_FALSE)) then
65: fnd_msg_pub.initialize;
66: end if;
67:
68: l_setup_risk_type_id := p_setup_risk_type_id;
69: l_risk_type_list := GET_ALL_DESCENDANTS(l_setup_risk_type_id);

Line 108: fnd_msg_pub.count_and_get(p_count => x_msg_count,

104: END IF;
105:
106: x_return_status := FND_API.G_RET_STS_ERROR;
107:
108: fnd_msg_pub.count_and_get(p_count => x_msg_count,
109: p_data => x_msg_data);
110:
111: WHEN OTHERS THEN
112: IF p_commit = FND_API.G_TRUE THEN

Line 118: fnd_msg_pub.add_exc_msg(p_pkg_name => 'AMW_SETUP_RISK_TYPES_PVT',

114: END IF;
115:
116: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
117:
118: fnd_msg_pub.add_exc_msg(p_pkg_name => 'AMW_SETUP_RISK_TYPES_PVT',
119: p_procedure_name => 'Delete_Risk_Types',
120: p_error_text => SUBSTRB(SQLERRM,1,240));
121:
122: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 122: fnd_msg_pub.count_and_get(p_count => x_msg_count,

118: fnd_msg_pub.add_exc_msg(p_pkg_name => 'AMW_SETUP_RISK_TYPES_PVT',
119: p_procedure_name => 'Delete_Risk_Types',
120: p_error_text => SUBSTRB(SQLERRM,1,240));
121:
122: fnd_msg_pub.count_and_get(p_count => x_msg_count,
123: p_data => x_msg_data);
124:
125: END Delete_Risk_Types;
126:

Line 165: fnd_msg_pub.initialize;

161: END IF;
162:
163: -- initialize message list if p_init_msg_list is set to true
164: if FND_API.to_boolean(nvl(p_init_msg_list, FND_API.G_FALSE)) then
165: fnd_msg_pub.initialize;
166: end if;
167:
168: -- initialize return status to success
169: x_return_status := fnd_api.g_ret_sts_success;

Line 200: fnd_msg_pub.count_and_get(p_count => x_msg_count,

196: END IF;
197:
198: x_return_status := FND_API.G_RET_STS_ERROR;
199:
200: fnd_msg_pub.count_and_get(p_count => x_msg_count,
201: p_data => x_msg_data);
202:
203: WHEN OTHERS THEN
204: IF p_commit = FND_API.G_TRUE THEN

Line 210: fnd_msg_pub.add_exc_msg(p_pkg_name => 'AMW_SETUP_RISK_TYPES_PVT',

206: END IF;
207:
208: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
209:
210: fnd_msg_pub.add_exc_msg(p_pkg_name => 'AMW_SETUP_RISK_TYPES_PVT',
211: p_procedure_name => 'InValidate_Risk_Types',
212: p_error_text => SUBSTRB(SQLERRM,1,240));
213:
214: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 214: fnd_msg_pub.count_and_get(p_count => x_msg_count,

210: fnd_msg_pub.add_exc_msg(p_pkg_name => 'AMW_SETUP_RISK_TYPES_PVT',
211: p_procedure_name => 'InValidate_Risk_Types',
212: p_error_text => SUBSTRB(SQLERRM,1,240));
213:
214: fnd_msg_pub.count_and_get(p_count => x_msg_count,
215: p_data => x_msg_data);
216:
217: END InValidate_Risk_Types;
218:

Line 392: fnd_msg_pub.initialize;

388: END IF;
389:
390: -- initialize message list if p_init_msg_list is set to true
391: if FND_API.to_boolean(nvl(p_init_msg_list, FND_API.G_FALSE)) then
392: fnd_msg_pub.initialize;
393: end if;
394:
395: -- initialize return status to success
396: x_return_status := fnd_api.g_ret_sts_success;

Line 440: fnd_msg_pub.count_and_get(p_count => x_msg_count,

436: END IF;
437:
438: x_return_status := FND_API.G_RET_STS_ERROR;
439:
440: fnd_msg_pub.count_and_get(p_count => x_msg_count,
441: p_data => x_msg_data);
442:
443: WHEN OTHERS THEN
444: IF p_commit = FND_API.G_TRUE THEN

Line 450: fnd_msg_pub.add_exc_msg(p_pkg_name => 'AMW_SETUP_RISK_TYPES_PVT',

446: END IF;
447:
448: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
449:
450: fnd_msg_pub.add_exc_msg(p_pkg_name => 'AMW_SETUP_RISK_TYPES_PVT',
451: p_procedure_name => 'PROCESS_RISK_TYPE_ASSOCS',
452: p_error_text => SUBSTRB(SQLERRM,1,240));
453:
454: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 454: fnd_msg_pub.count_and_get(p_count => x_msg_count,

450: fnd_msg_pub.add_exc_msg(p_pkg_name => 'AMW_SETUP_RISK_TYPES_PVT',
451: p_procedure_name => 'PROCESS_RISK_TYPE_ASSOCS',
452: p_error_text => SUBSTRB(SQLERRM,1,240));
453:
454: fnd_msg_pub.count_and_get(p_count => x_msg_count,
455: p_data => x_msg_data);
456:
457: END PROCESS_RISK_TYPE_ASSOCS;
458:

Line 749: fnd_msg_pub.initialize;

745: END IF;
746:
747: -- initialize message list if p_init_msg_list is set to true
748: if FND_API.to_boolean(nvl(p_init_msg_list, FND_API.G_FALSE)) then
749: fnd_msg_pub.initialize;
750: end if;
751:
752: -- initialize return status to success
753: x_return_status := fnd_api.g_ret_sts_success;

Line 784: fnd_msg_pub.count_and_get(p_count => x_msg_count,

780: END IF;
781:
782: x_return_status := FND_API.G_RET_STS_ERROR;
783:
784: fnd_msg_pub.count_and_get(p_count => x_msg_count,
785: p_data => x_msg_data);
786:
787: WHEN OTHERS THEN
788: IF p_commit = FND_API.G_TRUE THEN

Line 794: fnd_msg_pub.add_exc_msg(p_pkg_name => 'AMW_SETUP_RISK_TYPES_PVT',

790: END IF;
791:
792: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
793:
794: fnd_msg_pub.add_exc_msg(p_pkg_name => 'AMW_SETUP_RISK_TYPES_PVT',
795: p_procedure_name => 'Delete_Risk_Types',
796: p_error_text => SUBSTRB(SQLERRM,1,240));
797:
798: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 798: fnd_msg_pub.count_and_get(p_count => x_msg_count,

794: fnd_msg_pub.add_exc_msg(p_pkg_name => 'AMW_SETUP_RISK_TYPES_PVT',
795: p_procedure_name => 'Delete_Risk_Types',
796: p_error_text => SUBSTRB(SQLERRM,1,240));
797:
798: fnd_msg_pub.count_and_get(p_count => x_msg_count,
799: p_data => x_msg_data);
800:
801: END IS_ASSOC_TO_RISK;
802: