DBA Data[Home] [Help]

APPS.INV_DEFAULT_TROLIN dependencies on INV_MOVE_ORDER_PUB

Line 26: ( p_trolin_rec IN INV_Move_Order_PUB.Trolin_Rec_Type :=

22:
23: -- Procedure Attributes
24:
25: PROCEDURE Attributes
26: ( p_trolin_rec IN INV_Move_Order_PUB.Trolin_Rec_Type :=
27: INV_Move_Order_PUB.G_MISS_TROLIN_REC
28: , p_iteration IN NUMBER := 1
29: , x_trolin_rec OUT nocopy INV_Move_Order_PUB.Trolin_Rec_Type
30: );

Line 27: INV_Move_Order_PUB.G_MISS_TROLIN_REC

23: -- Procedure Attributes
24:
25: PROCEDURE Attributes
26: ( p_trolin_rec IN INV_Move_Order_PUB.Trolin_Rec_Type :=
27: INV_Move_Order_PUB.G_MISS_TROLIN_REC
28: , p_iteration IN NUMBER := 1
29: , x_trolin_rec OUT nocopy INV_Move_Order_PUB.Trolin_Rec_Type
30: );
31:

Line 29: , x_trolin_rec OUT nocopy INV_Move_Order_PUB.Trolin_Rec_Type

25: PROCEDURE Attributes
26: ( p_trolin_rec IN INV_Move_Order_PUB.Trolin_Rec_Type :=
27: INV_Move_Order_PUB.G_MISS_TROLIN_REC
28: , p_iteration IN NUMBER := 1
29: , x_trolin_rec OUT nocopy INV_Move_Order_PUB.Trolin_Rec_Type
30: );
31:
32: END INV_Default_Trolin;