DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on FND_MSG_PUB

Line 1739: FND_MSG_PUB.initialize;

1735: END IF;
1736:
1737: -- Initialize message list if requested
1738: IF (FND_API.to_Boolean(p_init_msg_list)) THEN
1739: FND_MSG_PUB.initialize;
1740: END IF;
1741:
1742: -- Initialize API status to success
1743: x_return_status := OKL_API.G_RET_STS_SUCCESS;

Line 2131: FND_MSG_PUB.Count_And_Get

2127: END IF;
2128:
2129:
2130: -- Get message count and if count is 1, get message info
2131: FND_MSG_PUB.Count_And_Get
2132: (p_count => x_msg_count,
2133: p_data => x_msg_data);
2134:
2135: EXCEPTION

Line 2139: FND_MSG_PUB.Count_And_Get

2135: EXCEPTION
2136: WHEN OKL_API.G_EXCEPTION_ERROR THEN
2137: ROLLBACK TO process_split_accounting_PVT;
2138: x_return_status := OKL_API.G_RET_STS_ERROR;
2139: FND_MSG_PUB.Count_And_Get
2140: (p_count => x_msg_count,
2141: p_data => x_msg_data);
2142:
2143: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN

Line 2146: FND_MSG_PUB.Count_And_Get

2142:
2143: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
2144: ROLLBACK TO process_split_accounting_PVT;
2145: x_return_status := OKL_API.G_RET_STS_UNEXP_ERROR;
2146: FND_MSG_PUB.Count_And_Get
2147: (p_count => x_msg_count,
2148: p_data => x_msg_data);
2149:
2150: WHEN OTHERS THEN

Line 2159: FND_MSG_PUB.Count_And_Get

2155: p_token1 => G_SQLCODE_TOKEN,
2156: p_token1_value => SQLCODE,
2157: p_token2 => G_SQLERRM_TOKEN,
2158: p_token2_value => SQLERRM);
2159: FND_MSG_PUB.Count_And_Get
2160: (p_count => x_msg_count,
2161: p_data => x_msg_data);
2162:
2163: END process_split_accounting;

Line 12075: mesg_count := fnd_msg_pub.count_msg;

12071: name => 'FA_SHARED_END_SUCCESS',
12072: token1 => 'PROGRAM',
12073: value1 => 'RETIREMENT_API');
12074:
12075: mesg_count := fnd_msg_pub.count_msg;
12076:
12077: if (mesg_count > 0) then
12078: temp_str := fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_FALSE);
12079: --dbms_output.put_line('dump: ' || temp_str);

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

12074:
12075: mesg_count := fnd_msg_pub.count_msg;
12076:
12077: if (mesg_count > 0) then
12078: temp_str := fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_FALSE);
12079: --dbms_output.put_line('dump: ' || temp_str);
12080:
12081: for I in 1..(mesg_count -1) loop
12082: temp_str := fnd_msg_pub.get(fnd_msg_pub.G_NEXT, fnd_api.G_FALSE);

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

12078: temp_str := fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_FALSE);
12079: --dbms_output.put_line('dump: ' || temp_str);
12080:
12081: for I in 1..(mesg_count -1) loop
12082: temp_str := fnd_msg_pub.get(fnd_msg_pub.G_NEXT, fnd_api.G_FALSE);
12083: --dbms_output.put_line('dump: ' || temp_str);
12084: end loop;
12085: else
12086: --dbms_output.put_line('dump: NO MESSAGE !');

Line 12130: mesg_count := fnd_msg_pub.count_msg;

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

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

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

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

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