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: );
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:
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;