DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE_SCREDIT dependencies on OE_ORDER_PUB

Line 15: , p_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type

11:
12: PROCEDURE Entity
13: ( x_return_status OUT NOCOPY VARCHAR2
14:
15: , p_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type
16: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type :=
17: OE_Order_PUB.G_MISS_LINE_SCREDIT_REC
18: );
19:

Line 16: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type :=

12: PROCEDURE Entity
13: ( x_return_status OUT NOCOPY VARCHAR2
14:
15: , p_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type
16: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type :=
17: OE_Order_PUB.G_MISS_LINE_SCREDIT_REC
18: );
19:
20: -- Procedure Attributes

Line 17: OE_Order_PUB.G_MISS_LINE_SCREDIT_REC

13: ( x_return_status OUT NOCOPY VARCHAR2
14:
15: , p_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type
16: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type :=
17: OE_Order_PUB.G_MISS_LINE_SCREDIT_REC
18: );
19:
20: -- Procedure Attributes
21:

Line 27: , p_Line_Scredit_rec IN OUT NOCOPY OE_Order_PUB.Line_Scredit_Rec_Type

23:
24: PROCEDURE Attributes
25: ( x_return_status OUT NOCOPY VARCHAR2
26:
27: , p_Line_Scredit_rec IN OUT NOCOPY OE_Order_PUB.Line_Scredit_Rec_Type
28: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type :=
29: OE_Order_PUB.G_MISS_LINE_SCREDIT_REC
30: );
31:

Line 28: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type :=

24: PROCEDURE Attributes
25: ( x_return_status OUT NOCOPY VARCHAR2
26:
27: , p_Line_Scredit_rec IN OUT NOCOPY OE_Order_PUB.Line_Scredit_Rec_Type
28: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type :=
29: OE_Order_PUB.G_MISS_LINE_SCREDIT_REC
30: );
31:
32: -- Procedure Entity_Delete

Line 29: OE_Order_PUB.G_MISS_LINE_SCREDIT_REC

25: ( x_return_status OUT NOCOPY VARCHAR2
26:
27: , p_Line_Scredit_rec IN OUT NOCOPY OE_Order_PUB.Line_Scredit_Rec_Type
28: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type :=
29: OE_Order_PUB.G_MISS_LINE_SCREDIT_REC
30: );
31:
32: -- Procedure Entity_Delete
33:

Line 37: , p_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type

33:
34: PROCEDURE Entity_Delete
35: ( x_return_status OUT NOCOPY VARCHAR2
36:
37: , p_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type
38: );
39:
40: END OE_Validate_Line_Scredit;