DBA Data[Home] [Help]

APPS.INV_DEFAULT_TROHDR dependencies on INV_MOVE_ORDER_PUB

Line 9: g_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type;

5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'INV_Default_Trohdr';
7:
8: -- Package global used within the package.
9: g_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type;
10:
11: -- Cached Header record
12: g_cache_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type;
13:

Line 12: g_cache_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type;

8: -- Package global used within the package.
9: g_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type;
10:
11: -- Cached Header record
12: g_cache_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type;
13:
14: -- Get functions.
15:
16: FUNCTION Load_Request_Header

Line 18: RETURN INV_Move_Order_PUB.Trohdr_Rec_Type

14: -- Get functions.
15:
16: FUNCTION Load_Request_Header
17: (p_header_id IN NUMBER )
18: RETURN INV_Move_Order_PUB.Trohdr_Rec_Type
19: IS
20: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
21: BEGIN
22: /* inv_debug.message('In Load_Request_Header:'||to_char(p_header_id)); */

Line 247: ( p_trohdr_rec IN INV_Move_Order_PUB.Trohdr_Rec_Type :=

243:
244: -- Procedure Attributes
245:
246: PROCEDURE Attributes
247: ( p_trohdr_rec IN INV_Move_Order_PUB.Trohdr_Rec_Type :=
248: INV_Move_Order_PUB.G_MISS_TROHDR_REC
249: , p_iteration IN NUMBER := 1
250: , x_trohdr_rec OUT NOCOPY /* file.sql.39 change */ INV_Move_Order_PUB.Trohdr_Rec_Type
251: )

Line 248: INV_Move_Order_PUB.G_MISS_TROHDR_REC

244: -- Procedure Attributes
245:
246: PROCEDURE Attributes
247: ( p_trohdr_rec IN INV_Move_Order_PUB.Trohdr_Rec_Type :=
248: INV_Move_Order_PUB.G_MISS_TROHDR_REC
249: , p_iteration IN NUMBER := 1
250: , x_trohdr_rec OUT NOCOPY /* file.sql.39 change */ INV_Move_Order_PUB.Trohdr_Rec_Type
251: )
252: IS

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

246: PROCEDURE Attributes
247: ( p_trohdr_rec IN INV_Move_Order_PUB.Trohdr_Rec_Type :=
248: INV_Move_Order_PUB.G_MISS_TROHDR_REC
249: , p_iteration IN NUMBER := 1
250: , x_trohdr_rec OUT NOCOPY /* file.sql.39 change */ INV_Move_Order_PUB.Trohdr_Rec_Type
251: )
252: IS
253: l_org INV_Validate.ORG;
254: l_fsub INV_Validate.SUB;