DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE_SCREDIT dependencies on OE_ORDER_PUB

Line 115: , p_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type

111: -- Procedure Entity
112:
113: PROCEDURE Entity
114: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
115: , p_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type
116: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type :=
117: OE_Order_PUB.G_MISS_LINE_SCREDIT_REC
118: )
119: IS

Line 116: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type :=

112:
113: PROCEDURE Entity
114: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
115: , p_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type
116: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type :=
117: OE_Order_PUB.G_MISS_LINE_SCREDIT_REC
118: )
119: IS
120: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;

Line 117: OE_Order_PUB.G_MISS_LINE_SCREDIT_REC

113: PROCEDURE Entity
114: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
115: , p_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type
116: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type :=
117: OE_Order_PUB.G_MISS_LINE_SCREDIT_REC
118: )
119: IS
120: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
121:

Line 304: , p_Line_Scredit_rec IN OUT NOCOPY OE_Order_PUB.Line_Scredit_Rec_Type

300: /* changed p_Line_Scredit_rec in the following procedure to IN OUT NOCPY to fix the bug 3006018 */
301:
302: PROCEDURE Attributes
303: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
304: , p_Line_Scredit_rec IN OUT NOCOPY OE_Order_PUB.Line_Scredit_Rec_Type
305: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type :=
306: OE_Order_PUB.G_MISS_LINE_SCREDIT_REC
307: )
308: IS

Line 305: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type :=

301:
302: PROCEDURE Attributes
303: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
304: , p_Line_Scredit_rec IN OUT NOCOPY OE_Order_PUB.Line_Scredit_Rec_Type
305: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type :=
306: OE_Order_PUB.G_MISS_LINE_SCREDIT_REC
307: )
308: IS
309: BEGIN

Line 306: OE_Order_PUB.G_MISS_LINE_SCREDIT_REC

302: PROCEDURE Attributes
303: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
304: , p_Line_Scredit_rec IN OUT NOCOPY OE_Order_PUB.Line_Scredit_Rec_Type
305: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type :=
306: OE_Order_PUB.G_MISS_LINE_SCREDIT_REC
307: )
308: IS
309: BEGIN
310: OE_DEBUG_PUB.Add('Entering OE_VALIDATE_LINE_SCREDIT.Attributes',1);

Line 647: , p_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type

643: -- Procedure Entity_Delete
644:
645: PROCEDURE Entity_Delete
646: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
647: , p_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type
648: )
649: IS
650: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
651: l_request_rec OE_Order_PUB.request_rec_type;

Line 651: l_request_rec OE_Order_PUB.request_rec_type;

647: , p_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type
648: )
649: IS
650: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
651: l_request_rec OE_Order_PUB.request_rec_type;
652: BEGIN
653:
654: -- Validate entity delete.
655: