DBA Data[Home] [Help]

APPS.PA_CI_IMPACT_TYPE_USAGE_PVT dependencies on FND_MSG_PUB

Line 44: fnd_msg_pub.initialize;

40: SAVEPOINT create_ci_impact_type_usage;
41: END IF;
42:
43: IF p_init_msg_list = 'T' THEN
44: fnd_msg_pub.initialize;
45: END IF;
46:
47: x_return_status := 'S';
48: x_msg_count := 0;

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

81: ROLLBACK TO create_ci_impact_type_usage;
82: END IF;
83: END IF;
84:
85: fnd_msg_pub.count_and_get(p_count => x_msg_count,
86: p_data => x_msg_data);
87:
88: pa_debug.reset_err_stack;
89:

Line 97: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CI_IMPACT_TYPE_USAGE_PVT',

93: ROLLBACK TO create_ci_impact_type_usage;
94: END IF;
95:
96: x_return_status := 'U';
97: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CI_IMPACT_TYPE_USAGE_PVT',
98: p_procedure_name => 'CREATE_CI_IMPACT_TYPE_USAGE',
99: p_error_text => SUBSTRB(SQLERRM,1,240));
100:
101: fnd_msg_pub.count_and_get(p_count => x_msg_count,

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

97: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CI_IMPACT_TYPE_USAGE_PVT',
98: p_procedure_name => 'CREATE_CI_IMPACT_TYPE_USAGE',
99: p_error_text => SUBSTRB(SQLERRM,1,240));
100:
101: fnd_msg_pub.count_and_get(p_count => x_msg_count,
102: p_data => x_msg_data);
103: END create_ci_impact_type_usage;
104:
105: PROCEDURE delete_ci_impact_type_usage (

Line 139: fnd_msg_pub.initialize;

135: SAVEPOINT delete_ci_impact_type_usage;
136: END IF;
137:
138: IF p_init_msg_list = 'T' THEN
139: fnd_msg_pub.initialize;
140: END IF;
141:
142: x_return_status := 'S';
143: x_msg_count := 0;

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

192: ROLLBACK TO delete_ci_impact_type_usage;
193: END IF;
194: END IF;
195:
196: fnd_msg_pub.count_and_get(p_count => x_msg_count,
197: p_data => x_msg_data);
198:
199: pa_debug.reset_err_stack;
200:

Line 208: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CI_IMPACT_TYPES_PVT',

204: ROLLBACK TO delete_ci_impact_type_usage;
205: END IF;
206:
207: x_return_status := 'U';
208: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CI_IMPACT_TYPES_PVT',
209: p_procedure_name => 'DELETE_CI_IMPACT_TYPE_USAGE',
210: p_error_text => SUBSTRB(SQLERRM,1,240));
211:
212: fnd_msg_pub.count_and_get(p_count => x_msg_count,

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

208: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CI_IMPACT_TYPES_PVT',
209: p_procedure_name => 'DELETE_CI_IMPACT_TYPE_USAGE',
210: p_error_text => SUBSTRB(SQLERRM,1,240));
211:
212: fnd_msg_pub.count_and_get(p_count => x_msg_count,
213: p_data => x_msg_data);
214: END delete_ci_impact_type_usage;
215:
216: