DBA Data[Home] [Help]

APPS.PA_TASK_MANAGER dependencies on PA_INTERFACE_UTILS_PUB

Line 181: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_FALSE

177: l_start_date_active := l_min_member_start_date;
178:
179: IF l_debug_mode = 'Y' then
180: FOR I IN 1 .. X_MSG_COUNT LOOP
181: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_FALSE
182: ,p_msg_index => x_msg_count
183: ,p_data => x_msg_data
184: ,p_msg_index_out => l_msg_index_out);
185: tm_log('*** ERROR MESSAGE ***: '||x_msg_data);

Line 248: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_FALSE

244: l_start_date_active := l_proj_member_exists_rec.start_date_active;
245:
246: IF l_debug_mode = 'Y' then
247: FOR I IN 1 .. X_MSG_COUNT LOOP
248: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_FALSE
249: ,p_msg_index => x_msg_count
250: ,p_data => x_msg_data
251: ,p_msg_index_out => l_msg_index_out);
252: tm_log('*** ERROR MESSAGE ***: '||x_msg_data);

Line 306: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_FALSE

302: , x_msg_data => x_msg_data);
303:
304: IF l_debug_mode = 'Y' then
305: FOR I IN 1 .. X_MSG_COUNT LOOP
306: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_FALSE
307: ,p_msg_index => x_msg_count
308: ,p_data => x_msg_data
309: ,p_msg_index_out => l_msg_index_out);
310: tm_log('*** ERROR MESSAGE ***: '||x_msg_data);

Line 384: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_FALSE

380: l_start_date_active := l_min_member_start_date;
381:
382: IF l_debug_mode = 'Y' then
383: FOR I IN 1 .. X_MSG_COUNT LOOP
384: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_FALSE
385: ,p_msg_index => x_msg_count
386: ,p_data => x_msg_data
387: ,p_msg_index_out => l_msg_index_out);
388: tm_log('*** ERROR MESSAGE ***: '||x_msg_data);

Line 450: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_FALSE

446: l_start_date_active := l_proj_member_exists_rec.start_date_active;
447:
448: IF l_debug_mode = 'Y' then
449: FOR I IN 1 .. X_MSG_COUNT LOOP
450: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_FALSE
451: ,p_msg_index => x_msg_count
452: ,p_data => x_msg_data
453: ,p_msg_index_out => l_msg_index_out);
454: tm_log('*** ERROR MESSAGE ***: '||x_msg_data);

Line 508: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_FALSE

504: , x_msg_data => x_msg_data);
505:
506: IF l_debug_mode = 'Y' then
507: FOR I IN 1 .. X_MSG_COUNT LOOP
508: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_FALSE
509: ,p_msg_index => x_msg_count
510: ,p_data => x_msg_data
511: ,p_msg_index_out => l_msg_index_out);
512: tm_log('*** ERROR MESSAGE ***: '||x_msg_data);

Line 586: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_FALSE

582: l_start_date_active := l_min_member_start_date;
583:
584: IF l_debug_mode = 'Y' then
585: FOR I IN 1 .. X_MSG_COUNT LOOP
586: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_FALSE
587: ,p_msg_index => x_msg_count
588: ,p_data => x_msg_data
589: ,p_msg_index_out => l_msg_index_out);
590: tm_log('*** ERROR MESSAGE ***: '||x_msg_data);

Line 651: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_FALSE

647: l_start_date_active := l_proj_member_exists_rec.start_date_active;
648:
649: IF l_debug_mode = 'Y' then
650: FOR I IN 1 .. X_MSG_COUNT LOOP
651: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_FALSE
652: ,p_msg_index => x_msg_count
653: ,p_data => x_msg_data
654: ,p_msg_index_out => l_msg_index_out);
655: tm_log('*** ERROR MESSAGE ***: '||x_msg_data);

Line 707: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_FALSE

703: , x_msg_data => x_msg_data);
704:
705: IF l_debug_mode = 'Y' then
706: FOR I IN 1 .. X_MSG_COUNT LOOP
707: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_FALSE
708: ,p_msg_index => x_msg_count
709: ,p_data => x_msg_data
710: ,p_msg_index_out => l_msg_index_out);
711: tm_log('*** ERROR MESSAGE ***: '||x_msg_data);

Line 909: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_FALSE

905: , x_msg_data => x_msg_data);
906:
907: IF l_debug_mode = 'Y' then
908: FOR I IN 1 .. X_MSG_COUNT LOOP
909: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_FALSE
910: ,p_msg_index => x_msg_count
911: ,p_data => x_msg_data
912: ,p_msg_index_out => l_msg_index_out);
913: tm_log('*** ERROR MESSAGE ***: '||x_msg_data);