DBA Data[Home] [Help]

APPS.WMS_UT_PKG dependencies on OE_MSG_PUB

Line 1744: oe_msg_pub.initialize;

1740: END LOOP;
1741:
1742: IF l_so_orders IS NOT NULL AND (l_so_orders.count > 0) THEN
1743: fnd_msg_pub.initialize;
1744: oe_msg_pub.initialize;
1745:
1746: OE_STANDARD_WF.RESET_APPS_CONTEXT_OFF;
1747:
1748: print_debug('Importing orders............... ' || l_orig_sys_tbl.first || '-' || l_orig_sys_tbl.last);

Line 1759: l_msg_data := oe_msg_pub.get( p_msg_index => k,

1755: if l_msg_count > 2 then
1756: l_msg_count := 2;
1757: end if;
1758: for k in 1 .. l_msg_count loop
1759: l_msg_data := oe_msg_pub.get( p_msg_index => k,
1760: p_encoded => 'F'
1761: );
1762: print_debug('Error msg: '||substr(l_msg_data,1,300));
1763: end loop;

Line 1766: oe_msg_pub.count_and_get( p_encoded => 'F'

1762: print_debug('Error msg: '||substr(l_msg_data,1,300));
1763: end loop;
1764:
1765: print_debug('after import order');
1766: oe_msg_pub.count_and_get( p_encoded => 'F'
1767: , p_count => l_msg_count
1768: , p_data => l_msg_data);
1769: print_debug('no. of OE messages :'||l_msg_count);
1770: for k in 1 .. l_msg_count loop

Line 1771: l_msg_data := oe_msg_pub.get( p_msg_index => k,

1767: , p_count => l_msg_count
1768: , p_data => l_msg_data);
1769: print_debug('no. of OE messages :'||l_msg_count);
1770: for k in 1 .. l_msg_count loop
1771: l_msg_data := oe_msg_pub.get( p_msg_index => k,
1772: p_encoded => 'F'
1773: );
1774: print_debug('Error msg: '||substr(l_msg_data,1,200));
1775: end loop;