DBA Data[Home] [Help]

APPS.IGW_PROP_COSTS dependencies on IGW_PROP_COSTS

Line 1: PACKAGE BODY IGW_PROP_COSTS as

1: PACKAGE BODY IGW_PROP_COSTS as
2: --$Header: igwprs2b.pls 115.3 2002/03/28 19:13:47 pkm ship $
3:
4: Function get_annual_direct_costs(i_prop_id NUMBER) RETURN NUMBER is
5: o_annual_cost number;

Line 43: END IGW_PROP_COSTS;

39: RETURN o_total_cost;
40:
41: End;
42:
43: END IGW_PROP_COSTS;