DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WF dependencies on IEX_STRATEGY_WORK_ITEMS_PVT

Line 901: l_strategy_work_item_rec IEX_STRATEGY_WORK_ITEMS_PVT.STRATEGY_WORK_ITEM_REC_TYPE;

897: from iex_stry_temp_work_items_vl
898: where work_item_temp_id =p_work_item_temp_id;
899:
900:
901: l_strategy_work_item_rec IEX_STRATEGY_WORK_ITEMS_PVT.STRATEGY_WORK_ITEM_REC_TYPE;
902: l_return_status VARCHAR2(1) ;
903: l_msg_count NUMBER;
904: l_msg_data VARCHAR2(32767);
905: x_work_item_id NUMBER;

Line 1150: iex_strategy_work_items_pvt.create_strategy_work_items

1146: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
1147: iex_debug_pub.logmessage ('before calling create_work_pvt.create');
1148: END IF;
1149:
1150: iex_strategy_work_items_pvt.create_strategy_work_items
1151: (P_Api_Version_Number =>2.0,
1152: P_Init_Msg_List =>FND_API.G_TRUE,
1153: P_Commit =>FND_API.G_FALSE,
1154: p_validation_level =>FND_API.G_VALID_LEVEL_FULL,

Line 4390: l_strategy_work_item_rec IEX_strategy_work_items_PVT.strategy_work_item_Rec_Type;

4386: l_party_id NUMBER;
4387: exc EXCEPTION;
4388: l_error VARCHAR2(32767);
4389: l_object_version_number number;
4390: l_strategy_work_item_rec IEX_strategy_work_items_PVT.strategy_work_item_Rec_Type;
4391: l_status_code iex_strategy_work_items.status_code%type;
4392: Cursor c_get_work_items (p_work_item_id NUMBER) is
4393: SELECT status_code, object_version_number
4394: FROM iex_strategy_work_items

Line 4427: IEX_STRATEGY_WORK_ITEMS_PVT.Update_strategy_work_items(

4423: close c_get_work_items;
4424: l_strategy_work_item_Rec.work_item_id := l_work_item_id;
4425: l_strategy_work_item_Rec.object_version_number :=l_object_version_number;
4426: l_strategy_work_item_Rec.escalated_yn := 'Y';
4427: IEX_STRATEGY_WORK_ITEMS_PVT.Update_strategy_work_items(
4428: P_Api_Version_Number =>l_api_version_number,
4429: P_strategy_work_item_Rec =>l_strategy_work_item_Rec,
4430: P_Init_Msg_List =>FND_API.G_TRUE,
4431: p_commit =>FND_API.G_TRUE,