1: PACKAGE BODY MRP_Receiving_Org_Util AS
2: /* $Header: MRPURCOB.pls 115.1 99/07/16 12:39:39 porting ship $ */
3:
4: -- Global constant holding the package name
5:
2: /* $Header: MRPURCOB.pls 115.1 99/07/16 12:39:39 porting ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'MRP_Receiving_Org_Util';
7:
8: -- Procedure Clear_Dependent_Attr
9:
10: PROCEDURE Clear_Dependent_Attr
711: RETURN l_Receiving_Org_rec;
712:
713: END Get_Ids;
714:
715: END MRP_Receiving_Org_Util;