DBA Data[Home] [Help]

APPS.AP_WEB_EXPORT_ER dependencies on FND_MSG_PUB

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

2997:
2998: if (nvl(l_val_msg_count, 0) > 1) then
2999: for i in 1..l_val_msg_count
3000: loop
3001: l_debug_info := 'l_val_msg_data('||i||') := '||substrb(substr(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE ), 1, 255), 1, 30);
3002: fnd_file.put_line(fnd_file.log, l_debug_info);
3003: end loop;
3004: else
3005: l_debug_info := 'l_val_msg_data := '||l_val_msg_data;

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

3019:
3020: if (nvl(l_val_msg_count, 0) > 1) then
3021: for i in 1..l_val_msg_count
3022: loop
3023: p_reject_code := substrb(substr(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE ), 1, 255), 1, 30);
3024: if (p_reject_code is not null) then
3025: exit;
3026: end if;
3027: end loop;

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

3150:
3151: if (nvl(l_val_msg_count, 0) > 1) then
3152: for i in 1..l_val_msg_count
3153: loop
3154: l_debug_info := 'l_val_msg_data('||i||') := '||substrb(substr(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE ), 1, 255), 1, 30);
3155: fnd_file.put_line(fnd_file.log, l_debug_info);
3156: end loop;
3157: else
3158: l_debug_info := 'l_val_msg_data := '||l_val_msg_data;

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

3187:
3188: if (nvl(l_val_msg_count, 0) > 1) then
3189: for i in 1..l_val_msg_count
3190: loop
3191: p_reject_code := substrb(substr(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE ), 1, 255), 1, 30);
3192: if (p_reject_code is not null) then
3193: exit;
3194: end if;
3195: end loop;

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

3264:
3265: if (nvl(l_val_msg_count, 0) > 1) then
3266: for i in 1..l_val_msg_count
3267: loop
3268: l_debug_info := 'l_val_msg_data('||i||') := '||substrb(substr(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE ), 1, 255), 1, 30);
3269: fnd_file.put_line(fnd_file.log, l_debug_info);
3270: end loop;
3271: else
3272: l_debug_info := 'l_val_msg_data := '||l_val_msg_data;

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

3283:
3284: if (nvl(l_val_msg_count, 0) > 1) then
3285: for i in 1..l_val_msg_count
3286: loop
3287: p_reject_code := substrb(substr(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE ), 1, 255), 1, 30);
3288: end loop;
3289: else
3290: p_reject_code := substrb(l_val_msg_data, 1, 30);
3291: end if;