DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on OE_DEBUG_PUB

Line 1884: -- oe_debug_pub.add(p_msg, 1);

1880: null;
1881:
1882:
1883: -- WSH_Util_Core.PrintLn(p_msg);
1884: -- oe_debug_pub.add(p_msg, 1);
1885:
1886: /* Hardcode the log file name */
1887: /*IF (p_file_name = '0') THEN
1888: l_file_name := 'OPMLOG';

Line 4731: oe_debug_pub.add('Going to find default lot in split_reservation',2);

4727: l_qty2_to_fulfil := p_qty2_to_split;
4728:
4729: GMI_RESERVATION_UTIL.Println('in split_trans, qty to split'||p_qty_to_split);
4730: GMI_RESERVATION_UTIL.Println('in split_trans, qty2 to split'||p_qty2_to_split);
4731: oe_debug_pub.add('Going to find default lot in split_reservation',2);
4732: GMI_RESERVATION_UTIL.find_default_lot
4733: ( x_return_status => x_return_status,
4734: x_msg_count => x_msg_count,
4735: x_msg_data => x_msg_data,

Line 4744: oe_debug_pub.add('Going to find default lot in for new line ',2);

4740: GMI_RESERVATION_UTIL.println('Error returned by find default lot');
4741: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4742: END IF;
4743: IF l_trans_id > 0 THEN
4744: oe_debug_pub.add('Going to find default lot in for new line ',2);
4745: GMI_RESERVATION_UTIL.find_default_lot
4746: ( x_return_status => x_return_status,
4747: x_msg_count => x_msg_count,
4748: x_msg_data => x_msg_data,