DBA Data[Home] [Help]

APPS.OE_GENESIS_UTIL dependencies on OE_GLOBALS

Line 2868: IF p_x_line_rec.operation = Oe_Globals.G_Opr_Update THEN

2864: END IF;
2865:
2866: -- Start: Fix 8530507
2867: -------------------
2868: IF p_x_line_rec.operation = Oe_Globals.G_Opr_Update THEN
2869: oe_debug_pub.ADD(' cnv line null to miss: Operation is.... UPDATE on line: '
2870: || p_x_line_rec.line_id);
2871: DECLARE
2872: l_old_arrival_set_id oe_order_lines_all.arrival_set_id%TYPE;

Line 2946: IF p_x_line_rec.operation = Oe_Globals.G_Opr_Update THEN

2942: -- Start: Fix 9874630
2943: -- This is commented out in favour of the efficient solution
2944: -- implemented during 10171747.
2945: /*
2946: IF p_x_line_rec.operation = Oe_Globals.G_Opr_Update THEN
2947: DECLARE
2948: l_old_arrival_set oe_sets.set_name%TYPE := null;
2949: BEGIN
2950: -- Get existing arrival set.

Line 3909: IF p_x_line_rec.operation = Oe_Globals.G_Opr_Update THEN

3905: END IF;
3906:
3907: -- Start: Fix of 8530507
3908: -------------------
3909: IF p_x_line_rec.operation = Oe_Globals.G_Opr_Update THEN
3910: oe_debug_pub.ADD(' cnv line null to miss: Operation is.... UPDATE on line: '
3911: || p_x_line_rec.line_id);
3912: DECLARE
3913: l_old_ship_set_id oe_order_lines_all.ship_set_id%TYPE;

Line 3983: IF p_x_line_rec.operation = Oe_Globals.G_Opr_Update THEN

3979: -- This has been commented out during the implementation of efficient
3980: -- solution for 10171747.
3981: -------------------
3982: /*
3983: IF p_x_line_rec.operation = Oe_Globals.G_Opr_Update THEN
3984: DECLARE
3985: l_old_ship_set oe_sets.set_name%TYPE := null;
3986: BEGIN
3987: -- Get existing ship set.