DBA Data[Home] [Help]

APPS.PO_DOC_STYLE_PVT dependencies on FND_MSG_PUB

Line 127: FND_MSG_PUB.initialize;

123:
124: d_progress := 10;
125:
126: IF FND_API.to_Boolean(p_init_msg_list) THEN
127: FND_MSG_PUB.initialize;
128: END IF;
129:
130: d_progress := 20;
131: IF NOT FND_API.Compatible_API_Call(l_api_version,

Line 171: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

167:
168: IF (x_return_status <> FND_API.g_ret_sts_success) THEN
169:
170: X_style_id := NULL;
171: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
172: p_data => x_msg_data);
173:
174: IF (PO_LOG.d_proc) THEN
175: PO_LOG.proc_end(d_module, 'x_return_status', x_return_status);

Line 320: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

316:
317: IF (x_return_status <> FND_API.g_ret_sts_success) THEN
318:
319: X_style_id := NULL;
320: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
321: p_data => x_msg_data);
322:
323: IF (PO_LOG.d_proc) THEN
324: PO_LOG.proc_end(d_module, 'x_return_status', x_return_status);

Line 353: FND_MSG_PUB.ADD;

349: EXCEPTION
350: WHEN FND_API.G_EXC_ERROR THEN
351: x_style_id := NULL;
352: x_return_status := FND_API.G_RET_STS_ERROR;
353: FND_MSG_PUB.ADD;
354: FND_MSG_PUB.Count_And_Get
355: (p_count => x_msg_count,
356: p_data => x_msg_data
357: );

Line 354: FND_MSG_PUB.Count_And_Get

350: WHEN FND_API.G_EXC_ERROR THEN
351: x_style_id := NULL;
352: x_return_status := FND_API.G_RET_STS_ERROR;
353: FND_MSG_PUB.ADD;
354: FND_MSG_PUB.Count_And_Get
355: (p_count => x_msg_count,
356: p_data => x_msg_data
357: );
358:

Line 455: FND_MSG_PUB.initialize;

451:
452: d_progress := 10;
453:
454: IF FND_API.to_Boolean(p_init_msg_list) THEN
455: FND_MSG_PUB.initialize;
456: END IF;
457:
458: d_progress := 20;
459: IF NOT FND_API.Compatible_API_Call(l_api_version,

Line 618: FND_MSG_PUB.ADD;

614:
615: EXCEPTION
616: WHEN FND_API.G_EXC_ERROR THEN
617: x_return_status := FND_API.G_RET_STS_ERROR;
618: FND_MSG_PUB.ADD;
619: FND_MSG_PUB.Count_And_Get
620: (p_count => x_msg_count,
621: p_data => x_msg_data
622: );

Line 619: FND_MSG_PUB.Count_And_Get

615: EXCEPTION
616: WHEN FND_API.G_EXC_ERROR THEN
617: x_return_status := FND_API.G_RET_STS_ERROR;
618: FND_MSG_PUB.ADD;
619: FND_MSG_PUB.Count_And_Get
620: (p_count => x_msg_count,
621: p_data => x_msg_data
622: );
623: