DBA Data[Home] [Help]

APPS.INV_DEFAULT_TROLIN dependencies on INV_MOVE_ORDER_PUB

Line 7: ( p_trolin_rec IN INV_Move_Order_PUB.Trolin_Rec_Type :=

3:
4: -- Procedure Attributes
5:
6: PROCEDURE Attributes
7: ( p_trolin_rec IN INV_Move_Order_PUB.Trolin_Rec_Type :=
8: INV_Move_Order_PUB.G_MISS_TROLIN_REC
9: , p_iteration IN NUMBER := 1
10: , x_trolin_rec OUT nocopy INV_Move_Order_PUB.Trolin_Rec_Type
11: );

Line 8: INV_Move_Order_PUB.G_MISS_TROLIN_REC

4: -- Procedure Attributes
5:
6: PROCEDURE Attributes
7: ( p_trolin_rec IN INV_Move_Order_PUB.Trolin_Rec_Type :=
8: INV_Move_Order_PUB.G_MISS_TROLIN_REC
9: , p_iteration IN NUMBER := 1
10: , x_trolin_rec OUT nocopy INV_Move_Order_PUB.Trolin_Rec_Type
11: );
12:

Line 10: , x_trolin_rec OUT nocopy INV_Move_Order_PUB.Trolin_Rec_Type

6: PROCEDURE Attributes
7: ( p_trolin_rec IN INV_Move_Order_PUB.Trolin_Rec_Type :=
8: INV_Move_Order_PUB.G_MISS_TROLIN_REC
9: , p_iteration IN NUMBER := 1
10: , x_trolin_rec OUT nocopy INV_Move_Order_PUB.Trolin_Rec_Type
11: );
12:
13: END INV_Default_Trolin;