DBA Data[Home] [Help]

APPS.AHL_LTP_SIMUL_PLAN_PVT dependencies on AHL_VWP_VISITS_STAGES_PVT

Line 2649: ahl_vwp_visits_stages_pvt.delete_all_stages

2645: CLOSE Check_space_cur;
2646: /* Added by mpothuku on 12/28/04 to delete the links */
2647: --Remove the stages before the visit is deleted
2648: -- PRAKKUM :: VWPE :: ER 12424063 :: 16-MAY-2011 :: Method signature changed as per new signature call
2649: ahl_vwp_visits_stages_pvt.delete_all_stages
2650: (
2651: p_api_version => p_api_version,
2652: p_init_msg_list => p_init_msg_list,
2653: p_commit => p_commit,

Line 2667: 'After Calling ahl Vwp Visits stages Pvt status : '|| l_return_status

2663: fnd_log.string
2664: (
2665: fnd_log.level_statement,
2666: 'ahl.plsql.'||g_pkg_name||'.'||l_api_name||':',
2667: 'After Calling ahl Vwp Visits stages Pvt status : '|| l_return_status
2668: );
2669: END IF;
2670:
2671: /* Added by mpothuku on 02/07/05. May need this after the enhancement for Scheduling materials