DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WORK_PUB dependencies on IEX_STRY_UTL_PUB

Line 662: iex_stry_utl_pub.update_work_item(

658: itemkey => itemkey,
659: aname => 'ERROR_MESSAGE',
660: avalue => all_message);
661: result := 'COMPLETE:' || 'N';
662: iex_stry_utl_pub.update_work_item(
663: p_api_version => 1.0,
664: p_commit => FND_API.G_TRUE,
665: p_init_msg_list => FND_API.G_TRUE,
666: p_work_item_id => l_workitem_id,

Line 968: l_fulfillment_schedule:=IEX_STRY_UTL_PUB.get_date

964: IF (l_SkipFlag > 0) THEN
965: l_fulfillment_schedule := SYSDATE;
966: ELSE
967:
968: l_fulfillment_schedule:=IEX_STRY_UTL_PUB.get_date
969: (p_date =>SYSDATE,
970: l_UOM =>c_rec.schedule_uom,
971: l_UNIT =>c_rec.schedule_wait);
972: END IF;

Line 974: /*l_fulfillment_schedule:=IEX_STRY_UTL_PUB.get_date

970: l_UOM =>c_rec.schedule_uom,
971: l_UNIT =>c_rec.schedule_wait);
972: END IF;
973:
974: /*l_fulfillment_schedule:=IEX_STRY_UTL_PUB.get_date
975: (p_date =>SYSDATE,
976: l_UOM =>c_rec.schedule_uom,
977: l_UNIT =>c_rec.schedule_wait);*/
978: --End bug#5502077 schekuri 02-May-2007

Line 994: /*l_fulfillment_wait:=IEX_STRY_UTL_PUB.get_date

990: avalue => l_fulfillment_schedule);
991:
992: --begin bug#5502077 schekuri 30-Apr-2007
993: --since there is post wait in the main strategy workflow there is no need to wait here
994: /*l_fulfillment_wait:=IEX_STRY_UTL_PUB.get_date
995: (p_date =>l_fulfillment_schedule,
996: l_UOM =>c_rec.execution_time_uom,
997: l_UNIT =>c_rec.post_execution_wait);*/
998: l_fulfillment_wait:= sysdate;

Line 1242: iex_stry_utl_pub.update_work_item(

1238: itemtype => itemtype,
1239: itemkey => itemkey,
1240: aname => 'WK_STATUS');
1241:
1242: iex_stry_utl_pub.update_work_item(
1243: p_api_version => 1.0,
1244: p_commit => FND_API.G_TRUE,
1245: p_init_msg_list => FND_API.G_TRUE,
1246: p_work_item_id => l_work_item_id,