DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on OE_DEBUG_PUB

Line 1874: oe_debug_pub.add(p_msg, 1);

1870: BEGIN
1871:
1872:
1873: -- WSH_Util_Core.PrintLn(p_msg);
1874: oe_debug_pub.add(p_msg, 1);
1875:
1876: /* Hardcode the log file name */
1877: /*IF (p_file_name = '0') THEN
1878: l_file_name := 'OPMLOG';

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

4715: l_qty2_to_fulfil := p_qty2_to_split;
4716:
4717: GMI_RESERVATION_UTIL.Println('in split_trans, qty to split'||p_qty_to_split);
4718: GMI_RESERVATION_UTIL.Println('in split_trans, qty2 to split'||p_qty2_to_split);
4719: oe_debug_pub.add('Going to find default lot in split_reservation',2);
4720: GMI_RESERVATION_UTIL.find_default_lot
4721: ( x_return_status => x_return_status,
4722: x_msg_count => x_msg_count,
4723: x_msg_data => x_msg_data,

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

4728: GMI_RESERVATION_UTIL.println('Error returned by find default lot');
4729: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4730: END IF;
4731: IF l_trans_id > 0 THEN
4732: oe_debug_pub.add('Going to find default lot in for new line ',2);
4733: GMI_RESERVATION_UTIL.find_default_lot
4734: ( x_return_status => x_return_status,
4735: x_msg_count => x_msg_count,
4736: x_msg_data => x_msg_data,