DBA Data[Home] [Help]

APPS.AHL_VWP_TASK_CST_PR_PVT dependencies on AHL_VWP_PROJ_PROD_PVT

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

1422: fnd_log.string
1423: (
1424: fnd_log.level_statement,
1425: 'ahl.plsql.'||g_pkg_name||'.'||l_api_name||':',
1426: 'Before calling ahl vwp proj prod pvt.release visit'
1427: );
1428:
1429: END IF;
1430:

Line 1431: ahl_vwp_proj_prod_pvt.release_visit (

1427: );
1428:
1429: END IF;
1430:
1431: ahl_vwp_proj_prod_pvt.release_visit (
1432: p_api_version => l_api_version,
1433: p_init_msg_list => p_init_msg_list,
1434: p_commit => l_commit,
1435: p_validation_level => p_validation_level,

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

1443: fnd_log.string
1444: (
1445: fnd_log.level_statement,
1446: 'ahl.plsql.'||g_pkg_name||'.'||l_api_name||': End API',
1447: 'After calling ahl vwp proj prod pvt.Release Visit task wo Return Status : '|| l_return_status
1448: );
1449: END IF;
1450:
1451: -- Check Error Message stack.

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

3110: fnd_log.string
3111: (
3112: fnd_log.level_procedure,
3113: 'ahl.plsql.'||g_pkg_name||'.'||l_api_name||':',
3114: 'Before calling ahl vwp proj prod pvt.release visit'
3115: );
3116:
3117: END IF;
3118:

Line 3119: AHL_VWP_PROJ_PROD_PVT.release_visit

3115: );
3116:
3117: END IF;
3118:
3119: AHL_VWP_PROJ_PROD_PVT.release_visit
3120: (
3121: p_api_version =>l_api_version,
3122: p_init_msg_list =>Fnd_Api.g_false,
3123: p_commit =>Fnd_Api.g_false,

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

3133: fnd_log.string
3134: (
3135: fnd_log.level_procedure,
3136: 'ahl.plsql.'||g_pkg_name||'.'||l_api_name||': End API',
3137: 'After calling ahl vwp proj prod pvt.Release Visit task wo Return Status : '|| l_return_status
3138: );
3139: END IF;
3140:
3141: -- Check Error Message stack.