DBA Data[Home] [Help]

APPS.IEX_STRY_CUWF_PUB dependencies on IEX_STRY_UTL_PUB

Line 434: p_wait_date := IEX_STRY_UTL_PUB.get_Date

430:
431:
432:
433: --wait 10 mts before sending the response
434: p_wait_date := IEX_STRY_UTL_PUB.get_Date
435: (p_date =>SYSDATE,
436: l_UOM =>'MIN', -- changed for bug 7631756 PNAVEENK
437: l_UNIT =>10);
438:

Line 599: iex_stry_utl_pub.update_work_item(

595: FND_GLOBAL.Apps_Initialize(l_user_id, l_resp_id, l_resp_appl_id);
596:
597: if (l_work_item_id is not null) then
598:
599: iex_stry_utl_pub.update_work_item(
600: p_api_version => 1.0,
601: p_commit => FND_API.G_TRUE,
602: p_init_msg_list => FND_API.G_TRUE,
603: p_work_item_id => l_work_item_id,