DBA Data[Home] [Help]

APPS.PER_CAGR_UTILITY_PKG dependencies on BEN_OIPL_F

Line 176: -- Returns the current ordr_num, plus 10, from the ben_oipl_f table for

172: -- |---------------------------< get_next_order_number >-----------------------|
173: -- ----------------------------------------------------------------------------
174: --
175: -- Description:
176: -- Returns the current ordr_num, plus 10, from the ben_oipl_f table for
177: -- the plan id passed in.
178: --
179: -- Post Success
180: --

Line 187: FUNCTION get_next_order_number(p_pl_id IN ben_oipl_f.pl_id%TYPE) RETURN NUMBER;

183: -- Developer Implementation Notes:
184: --
185: -- Access Status:
186: --
187: FUNCTION get_next_order_number(p_pl_id IN ben_oipl_f.pl_id%TYPE) RETURN NUMBER;
188: --
189: -- ----------------------------------------------------------------------------
190: -- |---------------------------< get_column_type >----------------------------|
191: -- ----------------------------------------------------------------------------