DBA Data[Home] [Help]

APPS.IEX_API_RECORDS_PVT dependencies on IEX_STRATEGY_WORK_ITEMS_PVT

Line 76: RETURN IEX_strategy_work_items_PVT.strategy_work_item_Rec_Type IS

72: END INIT_CASE_DEFINITION_REC_TYPE ;
73: -- *****************************************************
74:
75: FUNCTION INIT_stry_work_rec
76: RETURN IEX_strategy_work_items_PVT.strategy_work_item_Rec_Type IS
77: l_return_rec IEX_strategy_work_items_PVT.strategy_work_item_Rec_Type ;
78: BEGIN
79: RETURN l_return_rec;
80: END INIT_stry_work_rec;

Line 77: l_return_rec IEX_strategy_work_items_PVT.strategy_work_item_Rec_Type ;

73: -- *****************************************************
74:
75: FUNCTION INIT_stry_work_rec
76: RETURN IEX_strategy_work_items_PVT.strategy_work_item_Rec_Type IS
77: l_return_rec IEX_strategy_work_items_PVT.strategy_work_item_Rec_Type ;
78: BEGIN
79: RETURN l_return_rec;
80: END INIT_stry_work_rec;
81: