DBA Data[Home] [Help]

PACKAGE: APPS.IGW_PROP_COSTS

Source


1 PACKAGE IGW_PROP_COSTS AUTHID CURRENT_USER as
2 --$Header: igwprs2s.pls 115.3 2002/03/28 19:13:48 pkm ship    $
3 
4   FUNCTION get_annual_direct_costs(i_prop_id   	NUMBER) return NUMBER;
5   pragma restrict_references(get_annual_direct_costs, wnds);
6 
7   FUNCTION get_total_costs(i_prop_id   	NUMBER) return NUMBER;
8   pragma restrict_references(get_total_costs, wnds);
9 
10 END IGW_PROP_COSTS;