DBA Data[Home] [Help]

APPS.AHL_PRD_WORKORDER_PVT dependencies on AHL_PRD_WO_LOGIN_PVT

Line 3695: AHL_DEBUG_PUB.debug( l_api_name || ' Before - AHL_PRD_WO_LOGIN_PVT.Workorder_Logout');

3691: -- Log all technicians out of the workorder being cancelled.
3692: IF (p_x_prd_workorder_rec.status_code IN (G_JOB_STATUS_COMPLETE_NC, G_JOB_STATUS_COMPLETE,
3693: G_JOB_STATUS_CANCELLED)) THEN
3694: IF ( G_DEBUG = 'Y' ) THEN
3695: AHL_DEBUG_PUB.debug( l_api_name || ' Before - AHL_PRD_WO_LOGIN_PVT.Workorder_Logout');
3696: AHL_DEBUG_PUB.debug( 'Workorder Status:' || p_x_prd_workorder_rec.status_code);
3697: END IF;
3698:
3699: OPEN c_get_login_recs(p_x_prd_workorder_rec.workorder_id);

Line 3703: AHL_PRD_WO_LOGIN_PVT.Workorder_Logout(p_api_version => 1.0,

3699: OPEN c_get_login_recs(p_x_prd_workorder_rec.workorder_id);
3700: LOOP
3701: FETCH c_get_login_recs INTO l_employee_id, l_operation_seq_num, l_resource_seq_num;
3702: EXIT WHEN c_get_login_recs%NOTFOUND;
3703: AHL_PRD_WO_LOGIN_PVT.Workorder_Logout(p_api_version => 1.0,
3704: p_init_msg_list => p_init_msg_list,
3705: p_commit => FND_API.G_FALSE,
3706: p_validation_level => p_validation_level,
3707: x_return_status => l_return_status,

Line 3722: AHL_DEBUG_PUB.debug( l_api_name || ' Before - AHL_PRD_WO_LOGIN_PVT.Workorder_Logout');

3718: END LOOP;
3719: CLOSE c_get_login_recs;
3720:
3721: IF ( G_DEBUG = 'Y' ) THEN
3722: AHL_DEBUG_PUB.debug( l_api_name || ' Before - AHL_PRD_WO_LOGIN_PVT.Workorder_Logout');
3723: AHL_DEBUG_PUB.debug( 'Return Status:' || l_return_status);
3724: END IF;
3725:
3726: END IF; -- p_x_prd_workorder_rec.STATUS_CODE