DBA Data[Home] [Help]

APPS.RCV_PROJECT_PVT dependencies on RCV_PROJECT_PVT

Line 1: PACKAGE BODY RCV_Project_PVT AS

1: PACKAGE BODY RCV_Project_PVT AS
2: /* $Header: RCVVPRJB.pls 115.3 2004/05/11 14:53:16 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 198: END RCV_Project_PVT;

194: g_project_number := null;
195: g_task_number := null;
196: g_transaction_id := p_transaction_id;
197: END set_project_task_numbers;
198: END RCV_Project_PVT;