DBA Data[Home] [Help]

APPS.OE_VALIDATE_HEADER dependencies on OE_ORDER_PUB

Line 7: ( p_header_rec IN OE_Order_PUB.Header_Rec_Type

3:
4: -- Procedure Check_Book_Reqd_Attributes.
5:
6: PROCEDURE Check_Book_Reqd_Attributes
7: ( p_header_rec IN OE_Order_PUB.Header_Rec_Type
8: , x_return_status IN OUT NOCOPY /* file.sql.39 change */ VARCHAR2
9: );
10:
11: -- FUNCTION Is_Duplicate_PO_Number

Line 26: , p_header_rec IN OUT NOCOPY /* file.sql.39 change */ OE_Order_PUB.Header_Rec_Type

22: -- Procedure Entity
23:
24: PROCEDURE Entity
25: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
26: , p_header_rec IN OUT NOCOPY /* file.sql.39 change */ OE_Order_PUB.Header_Rec_Type
27: /* modified the above line to fix the bug 2824240 */
28: , p_old_header_rec IN OE_Order_PUB.Header_Rec_Type :=
29: OE_Order_PUB.G_MISS_HEADER_REC
30: , p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL

Line 28: , p_old_header_rec IN OE_Order_PUB.Header_Rec_Type :=

24: PROCEDURE Entity
25: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
26: , p_header_rec IN OUT NOCOPY /* file.sql.39 change */ OE_Order_PUB.Header_Rec_Type
27: /* modified the above line to fix the bug 2824240 */
28: , p_old_header_rec IN OE_Order_PUB.Header_Rec_Type :=
29: OE_Order_PUB.G_MISS_HEADER_REC
30: , p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL
31: /* added the above line to fix the bug 2824240 */
32: );

Line 29: OE_Order_PUB.G_MISS_HEADER_REC

25: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
26: , p_header_rec IN OUT NOCOPY /* file.sql.39 change */ OE_Order_PUB.Header_Rec_Type
27: /* modified the above line to fix the bug 2824240 */
28: , p_old_header_rec IN OE_Order_PUB.Header_Rec_Type :=
29: OE_Order_PUB.G_MISS_HEADER_REC
30: , p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL
31: /* added the above line to fix the bug 2824240 */
32: );
33:

Line 39: , p_x_header_rec IN OUT NOCOPY OE_Order_PUB.Header_Rec_Type

35: -- Procedure Attributes
36:
37: PROCEDURE Attributes
38: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
39: , p_x_header_rec IN OUT NOCOPY OE_Order_PUB.Header_Rec_Type
40: , p_old_header_rec IN OE_Order_PUB.Header_Rec_Type :=
41: OE_Order_PUB.G_MISS_HEADER_REC
42: , p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL
43:

Line 40: , p_old_header_rec IN OE_Order_PUB.Header_Rec_Type :=

36:
37: PROCEDURE Attributes
38: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
39: , p_x_header_rec IN OUT NOCOPY OE_Order_PUB.Header_Rec_Type
40: , p_old_header_rec IN OE_Order_PUB.Header_Rec_Type :=
41: OE_Order_PUB.G_MISS_HEADER_REC
42: , p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL
43:
44: );

Line 41: OE_Order_PUB.G_MISS_HEADER_REC

37: PROCEDURE Attributes
38: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
39: , p_x_header_rec IN OUT NOCOPY OE_Order_PUB.Header_Rec_Type
40: , p_old_header_rec IN OE_Order_PUB.Header_Rec_Type :=
41: OE_Order_PUB.G_MISS_HEADER_REC
42: , p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL
43:
44: );
45:

Line 51: , p_header_rec IN OE_Order_PUB.Header_Rec_Type

47: -- Procedure Entity_Delete
48:
49: PROCEDURE Entity_Delete
50: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
51: , p_header_rec IN OE_Order_PUB.Header_Rec_Type
52: );
53:
54:
55: END OE_Validate_Header;