DBA Data[Home] [Help]

APPS.INV_DEFAULT_TROHDR dependencies on INV_MOVE_ORDER_PUB

Line 8: RETURN INV_Move_Order_PUB.Trohdr_Rec_Type;

4: -- Cache Call
5:
6: FUNCTION Load_Request_Header
7: (p_header_id IN NUMBER )
8: RETURN INV_Move_Order_PUB.Trohdr_Rec_Type;
9:
10: -- Procedure Attributes
11:
12: PROCEDURE Attributes

Line 13: ( p_trohdr_rec IN INV_Move_Order_PUB.Trohdr_Rec_Type :=

9:
10: -- Procedure Attributes
11:
12: PROCEDURE Attributes
13: ( p_trohdr_rec IN INV_Move_Order_PUB.Trohdr_Rec_Type :=
14: INV_Move_Order_PUB.G_MISS_TROHDR_REC
15: , p_iteration IN NUMBER := 1
16: , x_trohdr_rec OUT NOCOPY /* file.sql.39 change */ INV_Move_Order_PUB.Trohdr_Rec_Type
17: );

Line 14: INV_Move_Order_PUB.G_MISS_TROHDR_REC

10: -- Procedure Attributes
11:
12: PROCEDURE Attributes
13: ( p_trohdr_rec IN INV_Move_Order_PUB.Trohdr_Rec_Type :=
14: INV_Move_Order_PUB.G_MISS_TROHDR_REC
15: , p_iteration IN NUMBER := 1
16: , x_trohdr_rec OUT NOCOPY /* file.sql.39 change */ INV_Move_Order_PUB.Trohdr_Rec_Type
17: );
18:

Line 16: , x_trohdr_rec OUT NOCOPY /* file.sql.39 change */ INV_Move_Order_PUB.Trohdr_Rec_Type

12: PROCEDURE Attributes
13: ( p_trohdr_rec IN INV_Move_Order_PUB.Trohdr_Rec_Type :=
14: INV_Move_Order_PUB.G_MISS_TROHDR_REC
15: , p_iteration IN NUMBER := 1
16: , x_trohdr_rec OUT NOCOPY /* file.sql.39 change */ INV_Move_Order_PUB.Trohdr_Rec_Type
17: );
18:
19: END INV_Default_Trohdr;