DBA Data[Home] [Help]

APPS.RCV_PROJECT_GRP dependencies on RCV_PROJECT_GRP

Line 1: PACKAGE BODY RCV_Project_GRP AS

1: PACKAGE BODY RCV_Project_GRP AS
2: /* $Header: RCVGPRJB.pls 115.2 2004/05/11 14:53:58 usethura noship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_fnd_debug CONSTANT VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');

Line 173: END RCV_Project_GRP;

169: END IF;
170: return null;
171: END get_task_number;
172:
173: END RCV_Project_GRP;