DBA Data[Home] [Help]

APPS.QPR_DML_PVT dependencies on QPR_DML_PVT

Line 1: PACKAGE BODY QPR_DML_PVT as

1: PACKAGE BODY QPR_DML_PVT as
2: /* $Header: QPRDMLSB.pls 120.3 2007/12/03 15:09:11 bhuchand noship $ */
3: procedure LOADDMLPROG(awname in varchar2) is
4: str1 varchar2(10000);
5: str2 varchar2(10000);

Line 120: end QPR_DML_PVT;

116: when others then
117: null;
118: FND_FILE.PUT_LINE(FND_FILE.LOG,'Exception in LOAD DML');
119: end LOADDMLPROG;
120: end QPR_DML_PVT;