DBA Data[Home] [Help]

APPS.OKL_SETUPPQUALITYS_PUB dependencies on FND_MSG_PUB

Line 90: FND_MSG_PUB.Count_and_get(p_encoded => OKC_API.G_FALSE,

86: -- notify caller of an UNEXPECTED error
87: x_return_status := FND_API.G_RET_STS_ERROR;
88:
89: -- store SQL error message on message stack for caller
90: FND_MSG_PUB.Count_and_get(p_encoded => OKC_API.G_FALSE,
91: p_count => x_msg_count,
92: p_data => x_msg_data);
93:
94: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 100: FND_MSG_PUB.Count_and_get(p_encoded => OKC_API.G_FALSE,

96: -- notify caller of an UNEXPECTED error
97: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
98:
99: -- store SQL error message on message stack for caller
100: FND_MSG_PUB.Count_and_get(p_encoded => OKC_API.G_FALSE,
101: p_count => x_msg_count,
102: p_data => x_msg_data);
103:
104: WHEN OTHERS THEN

Line 107: FND_MSG_PUB.ADD_EXC_MSG('OKL_setuppqualitys_PUB','insert_pqualitys');

103:
104: WHEN OTHERS THEN
105: -- notify caller of an UNEXPECTED error
106: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
107: FND_MSG_PUB.ADD_EXC_MSG('OKL_setuppqualitys_PUB','insert_pqualitys');
108:
109: -- store SQL error message on message stack for caller
110: FND_MSG_PUB.Count_and_get(p_encoded => OKC_API.G_FALSE,
111: p_count => x_msg_count,

Line 110: FND_MSG_PUB.Count_and_get(p_encoded => OKC_API.G_FALSE,

106: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
107: FND_MSG_PUB.ADD_EXC_MSG('OKL_setuppqualitys_PUB','insert_pqualitys');
108:
109: -- store SQL error message on message stack for caller
110: FND_MSG_PUB.Count_and_get(p_encoded => OKC_API.G_FALSE,
111: p_count => x_msg_count,
112: p_data => x_msg_data);
113: END insert_pqualitys;
114:

Line 165: FND_MSG_PUB.Count_and_get(p_encoded => OKC_API.G_FALSE,

161: -- notify caller of an UNEXPECTED error
162: x_return_status := FND_API.G_RET_STS_ERROR;
163:
164: -- store SQL error message on message stack for caller
165: FND_MSG_PUB.Count_and_get(p_encoded => OKC_API.G_FALSE,
166: p_count => x_msg_count,
167: p_data => x_msg_data);
168:
169: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 175: FND_MSG_PUB.Count_and_get(p_encoded => OKC_API.G_FALSE,

171: -- notify caller of an UNEXPECTED error
172: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
173:
174: -- store SQL error message on message stack for caller
175: FND_MSG_PUB.Count_and_get(p_encoded => OKC_API.G_FALSE,
176: p_count => x_msg_count,
177: p_data => x_msg_data);
178:
179: WHEN OTHERS THEN

Line 182: FND_MSG_PUB.ADD_EXC_MSG('OKL_setuppqualitys_PUB','update_pqualitys');

178:
179: WHEN OTHERS THEN
180: -- notify caller of an UNEXPECTED error
181: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
182: FND_MSG_PUB.ADD_EXC_MSG('OKL_setuppqualitys_PUB','update_pqualitys');
183:
184: -- store SQL error message on message stack for caller
185: FND_MSG_PUB.Count_and_get(p_encoded => OKC_API.G_FALSE,
186: p_count => x_msg_count,

Line 185: FND_MSG_PUB.Count_and_get(p_encoded => OKC_API.G_FALSE,

181: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
182: FND_MSG_PUB.ADD_EXC_MSG('OKL_setuppqualitys_PUB','update_pqualitys');
183:
184: -- store SQL error message on message stack for caller
185: FND_MSG_PUB.Count_and_get(p_encoded => OKC_API.G_FALSE,
186: p_count => x_msg_count,
187: p_data => x_msg_data);
188: END update_pqualitys;
189: