DBA Data[Home] [Help]

PACKAGE: APPS.PA_PRC_PROJECT_PUB

Source


1 PACKAGE PA_PRC_PROJECT_PUB AUTHID CURRENT_USER AS
2 /*$Header: PAXPRCPS.pls 115.1 99/07/16 15:30:39 porting ship  $*/
3 --
4 -- ================================================
5 --
6 --Name       : PRC_Row_Exists
7 --Type       : Function
8 --Description:	This function can be used to check against PRC
9 --             tables for given PRC Assignment Id.
10 --
11 --         This function returns 1 if row exists for Assignment id or
12 --         and returns 0 if no row is found.
13 --
14 --Called subprograms: N/A
15 --
16 --History:
17 --    	24-SEP-1998        Sakthivel     	Created
18 --
19 --  HISTORY
20 --   21-SEP-98      Sakthivel       Created
21 --
22 FUNCTION PRC_Row_exists (x_assignment_id  IN number) return number;
23 
24 --------------------------------------------------------------------------------
25 end PA_PRC_PROJECT_PUB;