DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on FND_MSG_PUB

Line 1767: FND_MSG_PUB.initialize;

1763: END IF;
1764:
1765: -- Initialize message list if requested
1766: IF (FND_API.to_Boolean(p_init_msg_list)) THEN
1767: FND_MSG_PUB.initialize;
1768: END IF;
1769:
1770: -- Initialize API status to success
1771: x_return_status := OKL_API.G_RET_STS_SUCCESS;

Line 2159: FND_MSG_PUB.Count_And_Get

2155: END IF;
2156:
2157:
2158: -- Get message count and if count is 1, get message info
2159: FND_MSG_PUB.Count_And_Get
2160: (p_count => x_msg_count,
2161: p_data => x_msg_data);
2162:
2163: EXCEPTION

Line 2167: FND_MSG_PUB.Count_And_Get

2163: EXCEPTION
2164: WHEN OKL_API.G_EXCEPTION_ERROR THEN
2165: ROLLBACK TO process_split_accounting_PVT;
2166: x_return_status := OKL_API.G_RET_STS_ERROR;
2167: FND_MSG_PUB.Count_And_Get
2168: (p_count => x_msg_count,
2169: p_data => x_msg_data);
2170:
2171: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN

Line 2174: FND_MSG_PUB.Count_And_Get

2170:
2171: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
2172: ROLLBACK TO process_split_accounting_PVT;
2173: x_return_status := OKL_API.G_RET_STS_UNEXP_ERROR;
2174: FND_MSG_PUB.Count_And_Get
2175: (p_count => x_msg_count,
2176: p_data => x_msg_data);
2177:
2178: WHEN OTHERS THEN

Line 2187: FND_MSG_PUB.Count_And_Get

2183: p_token1 => G_SQLCODE_TOKEN,
2184: p_token1_value => SQLCODE,
2185: p_token2 => G_SQLERRM_TOKEN,
2186: p_token2_value => SQLERRM);
2187: FND_MSG_PUB.Count_And_Get
2188: (p_count => x_msg_count,
2189: p_data => x_msg_data);
2190:
2191: END process_split_accounting;

Line 12128: mesg_count := fnd_msg_pub.count_msg;

12124: name => 'FA_SHARED_END_SUCCESS',
12125: token1 => 'PROGRAM',
12126: value1 => 'RETIREMENT_API');
12127:
12128: mesg_count := fnd_msg_pub.count_msg;
12129:
12130: if (mesg_count > 0) then
12131: temp_str := fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_FALSE);
12132: --dbms_output.put_line('dump: ' || temp_str);

Line 12131: temp_str := fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_FALSE);

12127:
12128: mesg_count := fnd_msg_pub.count_msg;
12129:
12130: if (mesg_count > 0) then
12131: temp_str := fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_FALSE);
12132: --dbms_output.put_line('dump: ' || temp_str);
12133:
12134: for I in 1..(mesg_count -1) loop
12135: temp_str := fnd_msg_pub.get(fnd_msg_pub.G_NEXT, fnd_api.G_FALSE);

Line 12135: temp_str := fnd_msg_pub.get(fnd_msg_pub.G_NEXT, fnd_api.G_FALSE);

12131: temp_str := fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_FALSE);
12132: --dbms_output.put_line('dump: ' || temp_str);
12133:
12134: for I in 1..(mesg_count -1) loop
12135: temp_str := fnd_msg_pub.get(fnd_msg_pub.G_NEXT, fnd_api.G_FALSE);
12136: --dbms_output.put_line('dump: ' || temp_str);
12137: end loop;
12138: else
12139: --dbms_output.put_line('dump: NO MESSAGE !');

Line 12183: mesg_count := fnd_msg_pub.count_msg;

12179: name => 'FA_SHARED_PROGRAM_FAILED',
12180: token1 => 'PROGRAM',
12181: value1 => l_calling_fn);
12182:
12183: mesg_count := fnd_msg_pub.count_msg;
12184: if (mesg_count > 0) then
12185: temp_str := fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_FALSE);
12186: --dbms_output.put_line('dump: ' || temp_str);
12187:

Line 12185: temp_str := fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_FALSE);

12181: value1 => l_calling_fn);
12182:
12183: mesg_count := fnd_msg_pub.count_msg;
12184: if (mesg_count > 0) then
12185: temp_str := fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_FALSE);
12186: --dbms_output.put_line('dump: ' || temp_str);
12187:
12188: for I in 1..(mesg_count -1) loop
12189: temp_str := fnd_msg_pub.get(fnd_msg_pub.G_NEXT, fnd_api.G_FALSE);

Line 12189: temp_str := fnd_msg_pub.get(fnd_msg_pub.G_NEXT, fnd_api.G_FALSE);

12185: temp_str := fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_FALSE);
12186: --dbms_output.put_line('dump: ' || temp_str);
12187:
12188: for I in 1..(mesg_count -1) loop
12189: temp_str := fnd_msg_pub.get(fnd_msg_pub.G_NEXT, fnd_api.G_FALSE);
12190: --dbms_output.put_line('dump: ' || temp_str);
12191: end loop;
12192: else
12193: --dbms_output.put_line('dump: NO MESSAGE !');