DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_LINE_SCREDIT dependencies on OE_ORDER_PUB

Line 54: , p_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type

50: -- Procedure Entity
51:
52: PROCEDURE Entity
53: ( x_return_status OUT NOCOPY VARCHAR2 /* file.sql.39 change */
54: , p_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type
55: )
56:
57: IS
58: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;

Line 219: , p_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type

215: -- Procedure Attributes
216:
217: PROCEDURE Attributes
218: ( x_return_status OUT NOCOPY VARCHAR2 /* file.sql.39 change */
219: , p_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type
220: )
221: IS
222: BEGIN
223: OE_DEBUG_PUB.Add('Entering OE_CNCL_VALIDATE_LINE_SCREDIT.Attributes',1);