DBA Data[Home] [Help]

APPS.GMS_BURDEN_COSTING dependencies on PA_PROJECTS_ALL

Line 6: current_project_id pa_projects_all.project_id%type;

2: /* $Header: gmscbcab.pls 120.1 2005/07/26 14:21:33 appldev ship $ */
3:
4: -- Global variables/cursors used within the package --
5:
6: current_project_id pa_projects_all.project_id%type;
7: ------------------------------------------------------------------
8:
9: -- Procedure to set the current project_id in package variable
10: PROCEDURE set_current_project_id(x_project_id in number) IS