DBA Data[Home] [Help]

APPS.IEX_API_RECORDS_PVT dependencies on IEX_STRATEGY_PVT

Line 85: RETURN IEX_strategy_PVT.strategy_Rec_Type IS

81:
82: -- *****************************************************
83:
84: FUNCTION INIT_stry_rec
85: RETURN IEX_strategy_PVT.strategy_Rec_Type IS
86: l_return_rec IEX_strategy_PVT.strategy_Rec_Type ;
87: BEGIN
88: RETURN l_return_rec;
89: END INIT_stry_rec;

Line 86: l_return_rec IEX_strategy_PVT.strategy_Rec_Type ;

82: -- *****************************************************
83:
84: FUNCTION INIT_stry_rec
85: RETURN IEX_strategy_PVT.strategy_Rec_Type IS
86: l_return_rec IEX_strategy_PVT.strategy_Rec_Type ;
87: BEGIN
88: RETURN l_return_rec;
89: END INIT_stry_rec;
90: