DBA Data[Home] [Help]

APPS.OE_LINEINFO_GRP dependencies on OE_LINEINFO_GRP

Line 1: PACKAGE BODY OE_LINEINFO_GRP AS

1: PACKAGE BODY OE_LINEINFO_GRP AS
2: /* $Header: OEXLIFOB.pls 120.0 2005/06/01 00:37:00 appldev noship $ */
3:
4: /*
5: column unit_discount_amount will have positive sign if list line type code is a DIS (discount)

Line 64: ,x_tax_rec OUT nocopy oe_lineinfo_grp.tax_rec_type

60: End;
61:
62: Procedure Get_Tax(p_header_id IN NUMBER
63: ,p_line_id IN NUMBER
64: ,x_tax_rec OUT nocopy oe_lineinfo_grp.tax_rec_type
65: ,x_return_status OUT NOCOPY VARCHAR2) IS
66:
67: Begin
68: x_return_status:=FND_API.G_RET_STS_SUCCESS;

Line 88: End OE_LINEINFO_GRP;

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;