DBA Data[Home] [Help]

APPS.AP_WEB_EXPORT_ER dependencies on FND_MSG_PUB

Line 4110: l_debug_info := 'l_val_msg_data('||i||') := '||substrb(substr(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE ), 1, 255), 1, 30);

4106:
4107: if (nvl(l_val_msg_count, 0) > 1) then
4108: for i in 1..l_val_msg_count
4109: loop
4110: l_debug_info := 'l_val_msg_data('||i||') := '||substrb(substr(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE ), 1, 255), 1, 30);
4111: fnd_file.put_line(fnd_file.log, l_debug_info);
4112: end loop;
4113: else
4114: l_debug_info := 'l_val_msg_data := '||l_val_msg_data;

Line 4132: p_reject_code := substrb(substr(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE ), 1, 255), 1, 30);

4128:
4129: if (nvl(l_val_msg_count, 0) > 1) then
4130: for i in 1..l_val_msg_count
4131: loop
4132: p_reject_code := substrb(substr(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE ), 1, 255), 1, 30);
4133: if (p_reject_code is not null) then
4134: exit;
4135: end if;
4136: end loop;

Line 4277: l_debug_info := 'l_val_msg_data('||i||') := '||substrb(substr(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE ), 1, 255), 1, 30);

4273:
4274: if (nvl(l_val_msg_count, 0) > 1) then
4275: for i in 1..l_val_msg_count
4276: loop
4277: l_debug_info := 'l_val_msg_data('||i||') := '||substrb(substr(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE ), 1, 255), 1, 30);
4278: fnd_file.put_line(fnd_file.log, l_debug_info);
4279: end loop;
4280: else
4281: l_debug_info := 'l_val_msg_data := '||l_val_msg_data;

Line 4314: p_reject_code := substrb(substr(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE ), 1, 255), 1, 30);

4310:
4311: if (nvl(l_val_msg_count, 0) > 1) then
4312: for i in 1..l_val_msg_count
4313: loop
4314: p_reject_code := substrb(substr(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE ), 1, 255), 1, 30);
4315: if (p_reject_code is not null) then
4316: exit;
4317: end if;
4318: end loop;

Line 4391: l_debug_info := 'l_val_msg_data('||i||') := '||substrb(substr(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE ), 1, 255), 1, 30);

4387:
4388: if (nvl(l_val_msg_count, 0) > 1) then
4389: for i in 1..l_val_msg_count
4390: loop
4391: l_debug_info := 'l_val_msg_data('||i||') := '||substrb(substr(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE ), 1, 255), 1, 30);
4392: fnd_file.put_line(fnd_file.log, l_debug_info);
4393: end loop;
4394: else
4395: l_debug_info := 'l_val_msg_data := '||l_val_msg_data;

Line 4410: p_reject_code := substrb(substr(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE ), 1, 255), 1, 30);

4406:
4407: if (nvl(l_val_msg_count, 0) > 1) then
4408: for i in 1..l_val_msg_count
4409: loop
4410: p_reject_code := substrb(substr(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE ), 1, 255), 1, 30);
4411: end loop;
4412: else
4413: p_reject_code := substrb(l_val_msg_data, 1, 30);
4414: end if;