DBA Data[Home] [Help]

APPS.INV_DEFAULT_TROHDR dependencies on INV_DEFAULT_TROHDR

Line 1: PACKAGE BODY INV_Default_Trohdr AS

1: PACKAGE BODY INV_Default_Trohdr AS
2: /* $Header: INVDTRHB.pls 120.1 2005/06/17 04:24:30 appldev $ */
3:
4: -- Global constant holding the package name
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'INV_Default_Trohdr';

2: /* $Header: INVDTRHB.pls 120.1 2005/06/17 04:24:30 appldev $ */
3:
4: -- Global constant holding the package name
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:

Line 654: INV_Default_Trohdr.Attributes

650: OR g_trohdr_rec.transaction_type_id = FND_API.G_MISS_NUM
651: THEN
652: -- dbms_output.put_line('INV_Validate_default_trohdr big null');
653:
654: INV_Default_Trohdr.Attributes
655: ( p_trohdr_rec => g_trohdr_rec
656: , p_iteration => p_iteration + 1
657: , x_trohdr_rec => x_trohdr_rec
658: );

Line 670: END INV_Default_Trohdr;

666: END IF;
667:
668: END Attributes;
669:
670: END INV_Default_Trohdr;