DBA Data[Home] [Help]

APPS.AHL_VWP_VISIT_CST_PR_PVT dependencies on AHL_VWP_PROJ_PROD_PVT

Line 974: 'Before calling ahl vwp proj prod pvt.release visit'

970: fnd_log.string
971: (
972: fnd_log.level_procedure,
973: 'ahl.plsql.'||g_pkg_name||'.'||l_api_name||':',
974: 'Before calling ahl vwp proj prod pvt.release visit'
975: );
976: END IF;
977:
978: ahl_vwp_proj_prod_pvt.release_visit (

Line 978: ahl_vwp_proj_prod_pvt.release_visit (

974: 'Before calling ahl vwp proj prod pvt.release visit'
975: );
976: END IF;
977:
978: ahl_vwp_proj_prod_pvt.release_visit (
979: p_api_version => l_api_version,
980: p_init_msg_list => p_init_msg_list,
981: p_commit => l_commit,
982: p_validation_level => p_validation_level,

Line 994: 'After calling ahl vwp proj prod pvt.Release Visit task wo Return Status : '|| l_return_status

990: fnd_log.string
991: (
992: fnd_log.level_procedure,
993: 'ahl.plsql.'||g_pkg_name||'.'||l_api_name||': End API',
994: 'After calling ahl vwp proj prod pvt.Release Visit task wo Return Status : '|| l_return_status
995: );
996: END IF;
997:
998: -- Check Error Message stack.

Line 2884: 'Before calling ahl vwp proj prod pvt.release visit'

2880: fnd_log.string
2881: (
2882: fnd_log.level_statement,
2883: 'ahl.plsql.'||g_pkg_name||'.'||l_api_name||':',
2884: 'Before calling ahl vwp proj prod pvt.release visit'
2885: );
2886: END IF;
2887:
2888: AHL_VWP_PROJ_PROD_PVT.release_visit

Line 2888: AHL_VWP_PROJ_PROD_PVT.release_visit

2884: 'Before calling ahl vwp proj prod pvt.release visit'
2885: );
2886: END IF;
2887:
2888: AHL_VWP_PROJ_PROD_PVT.release_visit
2889: (
2890: p_api_version =>l_api_version,
2891: p_init_msg_list =>Fnd_Api.g_false,
2892: p_commit =>Fnd_Api.g_false,

Line 2906: 'After calling ahl vwp proj prod pvt.Release Visit task wo Return Status : '|| l_return_status

2902: fnd_log.string
2903: (
2904: fnd_log.level_statement,
2905: 'ahl.plsql.'||g_pkg_name||'.'||l_api_name||':',
2906: 'After calling ahl vwp proj prod pvt.Release Visit task wo Return Status : '|| l_return_status
2907: );
2908: END IF;
2909:
2910: -- Check Error Message stack.

Line 3402: -- Master workorder not found then call ahl_vwp_proj_prod_pvt.release_visit

3398: 'Visit Master Workorder Id : ' || l_master_wo_rec.workorder_id
3399: );
3400: END IF;
3401:
3402: -- Master workorder not found then call ahl_vwp_proj_prod_pvt.release_visit
3403: IF l_master_wo_rec.workorder_id IS NULL THEN
3404:
3405: l_release_visit_required := 'Y';
3406: