DBA Data[Home] [Help]

PACKAGE: APPS.PA_COST_UTILS

Source


1 package PA_Cost_Utils AUTHID CURRENT_USER as
2   -- $Header: PAXCUTLS.pls 115.0 99/07/16 15:23:27 porting ship $
3 
4   function CDL_Exists( x_expenditure_item_id    IN     number)
5     return boolean;
6 
7   function Related_Item_Exists( x_expenditure_item_id    IN     number)
8     return boolean;
9 
10 end PA_Cost_Utils;