DBA Data[Home] [Help]

APPS.INV_DEFAULT_TROLIN dependencies on INV_MOVE_ORDER_PUB

Line 10: g_trolin_rec INV_Move_Order_PUB.Trolin_Rec_Type;

6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'INV_Default_Trolin';
7:
8: -- Package global used within the package.
9:
10: g_trolin_rec INV_Move_Order_PUB.Trolin_Rec_Type;
11: g_max_line_num_header_id number := null;
12:
13: -- Get functions.
14:

Line 18: l_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type;

14:
15: FUNCTION Get_Date_Required
16: RETURN DATE
17: IS
18: l_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type;
19: BEGIN
20: RETURN NULL;
21:
22: END Get_Date_Required;

Line 47: l_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type;

43:
44: FUNCTION Get_From_Subinventory
45: RETURN VARCHAR2
46: IS
47: l_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type;
48: BEGIN
49: RETURN NULL;
50:
51: END Get_From_Subinventory;

Line 92: l_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type;

88:
89: FUNCTION Get_Line_Number
90: RETURN NUMBER
91: IS
92: l_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type;
93: --Bug #4347016
94: --Initialized Max Line Number to the global variable
95: /*Fixed for bug#7126566
96: Initialization of variable l_max_line_num is done in body.

Line 313: l_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type;

309:
310: FUNCTION Get_To_Account
311: RETURN NUMBER
312: IS
313: l_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type;
314: BEGIN
315: /*
316: IF g_trolin_rec.header_id IS NOT NULL AND
317: g_trolin_rec.header_id <> FND_API.G_MISS_NUM

Line 353: l_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type;

349:
350: FUNCTION Get_To_Subinventory
351: RETURN VARCHAR2
352: IS
353: l_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type;
354: BEGIN
355: /*
356: IF g_trolin_rec.header_id IS NOT NULL AND
357: g_trolin_rec.header_id <> FND_API.G_MISS_NUM

Line 588: p_trolin_rec IN OUT NOCOPY inv_move_order_pub.trolin_rec_type) IS

584:
585:
586: PROCEDURE convert_quantity
587: ( x_return_status OUT NOCOPY VARCHAR2,
588: p_trolin_rec IN OUT NOCOPY inv_move_order_pub.trolin_rec_type) IS
589: l_return_status VARCHAR2(1):= fnd_api.g_ret_sts_success;
590: l_primary_uom_code VARCHAR2(3);
591: l_tmp_secondary_quantity NUMBER := NULL; -- INVCONV
592: l_tmp_quantity NUMBER := NULL;

Line 670: ( p_trolin_rec IN INV_Move_Order_PUB.Trolin_Rec_Type :=

666:
667: -- Procedure Attributes
668:
669: PROCEDURE Attributes
670: ( p_trolin_rec IN INV_Move_Order_PUB.Trolin_Rec_Type :=
671: INV_Move_Order_PUB.G_MISS_TROLIN_REC
672: , p_iteration IN NUMBER := 1
673: , x_trolin_rec OUT NOCOPY INV_Move_Order_PUB.Trolin_Rec_Type
674: )

Line 671: INV_Move_Order_PUB.G_MISS_TROLIN_REC

667: -- Procedure Attributes
668:
669: PROCEDURE Attributes
670: ( p_trolin_rec IN INV_Move_Order_PUB.Trolin_Rec_Type :=
671: INV_Move_Order_PUB.G_MISS_TROLIN_REC
672: , p_iteration IN NUMBER := 1
673: , x_trolin_rec OUT NOCOPY INV_Move_Order_PUB.Trolin_Rec_Type
674: )
675: IS

Line 673: , x_trolin_rec OUT NOCOPY INV_Move_Order_PUB.Trolin_Rec_Type

669: PROCEDURE Attributes
670: ( p_trolin_rec IN INV_Move_Order_PUB.Trolin_Rec_Type :=
671: INV_Move_Order_PUB.G_MISS_TROLIN_REC
672: , p_iteration IN NUMBER := 1
673: , x_trolin_rec OUT NOCOPY INV_Move_Order_PUB.Trolin_Rec_Type
674: )
675: IS
676: l_org inv_validate.org;
677: l_item inv_validate.item;