DBA Data[Home] [Help]

APPS.OE_LINEINFO_GRP dependencies on OE_DEBUG_PUB

Line 58: oe_debug_pub.add(SQLERRM);

54: Exception When others THEN
55: x_order_tax_total:=NULL;
56: x_return_status:= FND_API.G_RET_STS_ERROR;
57:
58: oe_debug_pub.add(SQLERRM);
59: oe_debug_pub.add('header id passed in:'||p_header_id);
60: End;
61:
62: Procedure Get_Tax(p_header_id IN NUMBER

Line 59: oe_debug_pub.add('header id passed in:'||p_header_id);

55: x_order_tax_total:=NULL;
56: x_return_status:= FND_API.G_RET_STS_ERROR;
57:
58: oe_debug_pub.add(SQLERRM);
59: oe_debug_pub.add('header id passed in:'||p_header_id);
60: End;
61:
62: Procedure Get_Tax(p_header_id IN NUMBER
63: ,p_line_id IN NUMBER

Line 84: oe_debug_pub.add(SQLERRM);

80: and line_id = p_line_id;
81:
82: Exception When others THEN
83: x_return_status := FND_API.G_RET_STS_ERROR;
84: oe_debug_pub.add(SQLERRM);
85: oe_debug_pub.add('header id passed in:'||p_header_id||' line id:'||p_line_id);
86: End;
87:
88: End OE_LINEINFO_GRP;

Line 85: oe_debug_pub.add('header id passed in:'||p_header_id||' line id:'||p_line_id);

81:
82: Exception When others THEN
83: x_return_status := FND_API.G_RET_STS_ERROR;
84: oe_debug_pub.add(SQLERRM);
85: oe_debug_pub.add('header id passed in:'||p_header_id||' line id:'||p_line_id);
86: End;
87:
88: End OE_LINEINFO_GRP;